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.

classification
Title: PEP 4 update: deprecations
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: barry, loewis, nnorwitz
Priority: normal Keywords: patch

Created on 2002-03-18 19:31 by barry, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep-4.diff barry, 2002-03-18 19:31
Messages (3)
msg39257 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2002-03-18 19:31
The following modules should be deprecated for Python
2.3: mimify.py, rfc822.py, MIMEWriter.py, and
mimetools.py.  All are supplanted by Python 2.2's email
package.

Attached is the proposed mod to PEP 4 as per procedure
described therein.  I am not including mods to the
module documents as those should be easy to add.
msg39258 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-09-12 04:24
Logged In: YES 
user_id=33168

Martin, is there anything else that needs to be done or can
we update PEP 4?
msg39259 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-09-20 12:55
Logged In: YES 
user_id=21627

Committed as rev 1.6. Sorry it took so long.
History
Date User Action Args
2022-04-10 16:05:06adminsetgithub: 36278
2002-03-18 19:31:19barrycreate