finished with rfc822

This commit is contained in:
Benjamin Peterson 2008-06-12 23:39:54 +00:00
parent 9a33e07668
commit df1744dfb6
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ distribution for Python for users that rely upon the code.
+ 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 @@ distribution for Python for users that rely upon the code.
+ 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.