This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, lregebro
Date 2008-12-14.19:20:13
SpamBayes Score 0.0020500028
Marked as misclassified No
Message-id <1229282415.58.0.176518851762.issue4664@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I still cannot reproduce it. Could you attach your test file?
Maybe it is some weird encoding bug.

alex@helios:~$ 2to3 -f imports test.py
--- test.py (original)
+++ test.py (refactored)
@@ -1,2 +1,2 @@
-import urlparse, cStringIO
-import cStringIO, urlparse
+import urllib.parse, io
+import io, urllib.parse
RefactoringTool: Files that need to be modified:
RefactoringTool: test.py
History
Date User Action Args
2008-12-14 19:20:15alexandre.vassalottisetrecipients: + alexandre.vassalotti, lregebro
2008-12-14 19:20:15alexandre.vassalottisetmessageid: <1229282415.58.0.176518851762.issue4664@psf.upfronthosting.co.za>
2008-12-14 19:20:14alexandre.vassalottilinkissue4664 messages
2008-12-14 19:20:13alexandre.vassalotticreate