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 tarek
Recipients alexis, tarek
Date 2011-06-16.15:21:07
SpamBayes Score 8.564789e-05
Marked as misclassified No
Message-id <1308237667.78.0.20758863265.issue12348@psf.upfronthosting.co.za>
In-reply-to
Content
the PyPI server deals with the package names case issue: if you get webob, it'll find WebOb.

That's not true for mirrors, so we need to fallback to the global index when "webob" is not found under simple/webob/, and look for the name with a different case.
History
Date User Action Args
2011-06-16 15:21:07tareksetrecipients: + tarek, alexis
2011-06-16 15:21:07tareksetmessageid: <1308237667.78.0.20758863265.issue12348@psf.upfronthosting.co.za>
2011-06-16 15:21:07tareklinkissue12348 messages
2011-06-16 15:21:07tarekcreate