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 nedds
Recipients brett.cannon, collinwinter, nedds
Date 2008-07-07.20:36:49
SpamBayes Score 0.018725872
Marked as misclassified No
Message-id <1215463014.46.0.808311046124.issue3316@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my proposed fix_urllib. The transform function is massive
because there are a lot of cases, so maybe I should break it into
separate functions for each case, and it could maybe do with some more
documentation as well. I also use FromImport from fixer_util.py even
though it warns against doing so for dotted imports because it appears
to work. The temp.py file is a dummy python file that you can test it on
to get an idea of what it does. I think it's got all the desired
functionality, but I'm not an expert on the urllib changes so let me
know if I missed anything. I haven't written tests for it yet, but
assuming it looks reasonable, I can do that later today or tomorrow.
History
Date User Action Args
2008-07-07 20:36:55neddssetspambayes_score: 0.0187259 -> 0.018725872
recipients: + nedds, brett.cannon, collinwinter
2008-07-07 20:36:54neddssetspambayes_score: 0.0187259 -> 0.0187259
messageid: <1215463014.46.0.808311046124.issue3316@psf.upfronthosting.co.za>
2008-07-07 20:36:53neddslinkissue3316 messages
2008-07-07 20:36:52neddscreate