class documentation
class ChangeLogSection(object):
A section in the changelog describing one particular version
| Class Method | parse |
Parse one changelog section |
| Method | __init__ |
Undocumented |
| Property | package |
Undocumented |
| Property | version |
Undocumented |
| Instance Variable | _package |
Undocumented |
| Instance Variable | _version |
Undocumented |
Parse one changelog section
| Parameters | |
| section:str | a changelog section |
| Returns | |
ChangeLogSection | the parse changelog section |