This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients marcus@internetnowasp.net, terry.reedy
Date 2010-06-17.01:48:56
SpamBayes Score 0.0019691396
Marked as misclassified No
Message-id <1276739338.05.0.716706252548.issue4253@psf.upfronthosting.co.za>
In-reply-to
Content
This report is a bit hard to interpret. In 3.1, the mailbox module has a Maildir class with a private _dump_message method. Since the method is undocumented and not part of the public API, there cannot be a conflict between the doc and behavior ;-).

So you need to show with minimal but complete code, and now, with 2.7 or 3.1, that there is a bug in a public method caused by its use of the private method.

I do not see what the code line has to do with the report.
History
Date User Action Args
2010-06-17 01:48:58terry.reedysetrecipients: + terry.reedy, marcus@internetnowasp.net
2010-06-17 01:48:58terry.reedysetmessageid: <1276739338.05.0.716706252548.issue4253@psf.upfronthosting.co.za>
2010-06-17 01:48:56terry.reedylinkissue4253 messages
2010-06-17 01:48:56terry.reedycreate