[issue2814] Remove old classes from mailbox module

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I added a deprecation notice to the docs. That should be enough. __ Tracker <[EMAIL PROTECTED]> __ __

[issue2814] Remove old classes from mailbox module

2008-05-11 Thread Humberto Diogenes
Humberto Diogenes <[EMAIL PROTECTED]> added the comment: I think we should add a deprecation warning for those classes in 2.6, right? As we're not removing the whole module, what's the right place to put that? On the __init__ method of each class? __ Tracker <[

[issue2814] Remove old classes from mailbox module

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed patch as r63045. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> ___

[issue2814] Remove old classes from mailbox module

2008-05-10 Thread Humberto Diogenes
Changes by Humberto Diogenes <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10277/mailbox-remove_deprecated_doc.patch __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2814] Remove old classes from mailbox module

2008-05-10 Thread Humberto Diogenes
New submission from Humberto Diogenes <[EMAIL PROTECTED]>: mailbox.py has one section marked as "classes from the original module (for backward compatibility)", which are all listed as deprecated in the module documentation. In issue 756982, A. M. Kuchling agreed that "removing those old class