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 orsenthil
Recipients BreamoreBoy, andrix, jjlee, orsenthil, vstinner
Date 2010-07-14.11:57:28
SpamBayes Score 0.031583324
Marked as misclassified No
Message-id <1279108650.7.0.688850539715.issue4932@psf.upfronthosting.co.za>
In-reply-to
Content
I reviewed the patch and we may not go with it.
- There is recent improvements in parsing and the patch does not go well with it, especially the clear_cache removal.

Also there is a mistake in the patch:

-            scheme, url = url[:i].lower(), url[i+1:]
+            url = url[i+1:]

This can create problems for certain parsing logic as scheme is being used later in the code.

Closing the bug is invalid.
History
Date User Action Args
2010-07-14 11:57:31orsenthilsetrecipients: + orsenthil, jjlee, vstinner, andrix, BreamoreBoy
2010-07-14 11:57:30orsenthilsetmessageid: <1279108650.7.0.688850539715.issue4932@psf.upfronthosting.co.za>
2010-07-14 11:57:28orsenthillinkissue4932 messages
2010-07-14 11:57:28orsenthilcreate