[Python-checkins] r68368 - sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py

benjamin.peterson python-checkins at python.org
Wed Jan 7 00:56:10 CET 2009


Author: benjamin.peterson
Date: Wed Jan  7 00:56:10 2009
New Revision: 68368

Log:
fix typo (thanks to Robert Lehmann)

Modified:
   sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py

Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py	(original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py	Wed Jan  7 00:56:10 2009
@@ -15,7 +15,7 @@
                      '_urlopener', 'urlcleanup']),
                 ('urllib.parse',
                     ['quote', 'quote_plus', 'unquote', 'unquote_plus',
-                     'urlencode', 'pahtname2url', 'url2pathname', 'splitattr',
+                     'urlencode', 'pathname2url', 'url2pathname', 'splitattr',
                      'splithost', 'splitnport', 'splitpasswd', 'splitport',
                      'splitquery', 'splittag', 'splittype', 'splituser',
                      'splitvalue', ]),


More information about the Python-checkins mailing list