[Python-bugs-list] [ python-Bugs-474585 ] Deprecate modules (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Wed, 24 Oct 2001 14:42:38 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-445960 ] Compiler warnings on IRIX 6.5
- Next message: [Python-bugs-list] [ python-Bugs-445986 ] test_locale fails on IRIX 6.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #474585, was opened at 2001-10-24 12:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474585&group_id=5470
Category: Documentation Group: Python 2.2
Status: Closed Resolution: Rejected Priority: 5 Submitted By: Barry Warsaw (bwarsaw) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Deprecate modules
Initial Comment: The following modules should be marked as deprecated because the new email package provides all the functionality (using different APIs perhaps, and it steals some implementation from rfc822.py, but still...)
rfc822.py mimetools.py MIMEWriter.py
Technically mimify.py should be deprecated too, however the email package doesn't provide the run-as-script functionality. That would be easy to provide as a Tools/script, so I still think it should be deprecated.
Comment By: Fred L. Drake, Jr. (fdrake) Date: 2001-10-24 14:42
Message: Logged In: YES user_id=3066
After discussion with Guido, this appears to be too agressive a deprecation schedule for these modules, especially rfc822. A good first step would be to demonstrate that all uses of these modules can use the email package. Perhaps implementations of these modules should be made using the facilities of the email package?
(Don't check them into the library yet; perhaps add them to nondist/sandbox/Lib/ first.)
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474585&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-445960 ] Compiler warnings on IRIX 6.5
- Next message: [Python-bugs-list] [ python-Bugs-445986 ] test_locale fails on IRIX 6.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]