[Python-checkins] r64869 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Fri Jul 11 03:00:58 CEST 2008


Author: brett.cannon
Date: Fri Jul 11 03:00:57 2008
New Revision: 64869

Log:
robotparser has been handled.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri Jul 11 03:00:57 2008
@@ -826,8 +826,8 @@
        and ``tkSimpleDialog`` have no naming conflicts.
 
 
-urllib package [done: 3.0] (TODO urllib(2), robotparser)
-//////////////////////////////////////////////////////////////////
+urllib package [done: 3.0] (TODO urllib(2) fixers)
+//////////////////////////////////////////////////
 
 Originally this new package was to be named ``url``, but because of
 the common use of the name as a variable, it has been deemed better


More information about the Python-checkins mailing list