class documentation

class _ChangelogEntry(object):

View In Hierarchy

An entry (one 'change') in an RPM changelog

Method __init__ No summary
Method __str__ Undocumented
Instance Variable author Undocumented
Instance Variable _pkgpolicy Undocumented
Instance Variable _text Undocumented
def __init__(self, pkgpolicy, author, text):
Parameters
pkgpolicy:RpmPkgPolicyRPM packaging policy
author:strauthor of the change
text:str or list of strmessage of the changelog entry
def __str__(self):

Undocumented

author =

Undocumented

_pkgpolicy =

Undocumented

_text =

Undocumented