Issue 1423073: PEP 4 additions (original) (raw)

Issue1423073

Created on 2006-02-03 00:12 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg27409 - (view) Author: Jim Jewett (jimjjewett) Date: 2006-02-03 00:12
(1) PEP4 lists deprecated modules in a standard format, giving Module Name Rationale Date Documentation It isn't clear what "Documentation" means. If it just means that the documentation also needs to be updated, then rfc822, mimetools, MimeWriter, and mimify should no longer be TBD. The documentation was updated Sept 25, 2002. (2) Should multifile also be deprecated? The email package (which replaced the mime* modules) replaces this as well.
msg27410 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-17 11:56
Logged In: YES user_id=1188172 I updated the PEP with the new documentation facts. Wrt. multifile I will ask on python-dev.
msg27411 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-21 19:25
Logged In: YES user_id=849994 multifile is now deprecated as of Python 2.5.
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42862
2006-02-03 00:12:23 jimjjewett create