Part of lp.bugs.externalbugtracker.mantis View In Hierarchy
Using the CSV reader is pretty much essential since the data that comes back can include title text which can in turn contain field separators. You don't want to handle the unquoting yourself.
Method | __init__ | Undocumented |
Method | processCSVBugLine | Processes a single line of the CSV. |
Method | parseHeaderLine | Undocumented |
Method | getBugs | Undocumented |