Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
nosy: +tjreedy
versions: +Python 2.7 -Python 2.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4253>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to