
python-checkins at python
Jun 12, 2008, 4:39 PM
Post #1 of 1
(37 views)
Permalink
|
|
r64211 - peps/trunk/pep-3108.txt
|
|
Author: benjamin.peterson Date: Fri Jun 13 01:39:54 2008 New Revision: 64211 Log: finished with rfc822 Modified: peps/trunk/pep-3108.txt Modified: peps/trunk/pep-3108.txt ============================================================================== --- peps/trunk/pep-3108.txt (original) +++ peps/trunk/pep-3108.txt Fri Jun 13 01:39:54 2008 @@ -78,7 +78,7 @@ + Supplanted by the ``hashlib`` module. -* mimetools (done: 2.6, 3.0) +* mimetools [done: 2.6, 3.0] + Documented as obsolete in a previous version. + Supplanted by the ``email`` package. @@ -99,7 +99,7 @@ + Locking is better done by ``fcntl.lockf()``. -* rfc822 (TODO Remove usage from ``cgi``, ``test_urllib2``) +* rfc822 [done: 2.6, 3.0] + Supplanted by the ``email`` package. _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|