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 eric.araujo
Recipients Priscila.Manhaes, daniel.tavares, eric.araujo, jcea, pje, tarek
Date 2010-12-03.06:46:02
SpamBayes Score 0.005607601
Marked as misclassified No
Message-id <1291358764.31.0.230130624352.issue10367@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Daniel.  I have good and bad news for this patch.

The bad news is that I don’t want to accept patches without tests.  We need to stop guessing or experimenting with the real PyPI to fix bugs.

The good news is that we have a mock PyPI server in distutils2.  Its use is described at http://distutils2.notmyidea.org/library/distutils2.tests.pypi_server.html and there are examples in the current test suite.  Instructions for patching distutils2 are at http://wiki.python.org/moin/Distutils/FixingBugs .  When a patch that includes a test is written, I will backport the relevant parts to distutils1.
History
Date User Action Args
2010-12-03 06:46:04eric.araujosetrecipients: + eric.araujo, jcea, pje, tarek, Priscila.Manhaes, daniel.tavares
2010-12-03 06:46:04eric.araujosetmessageid: <1291358764.31.0.230130624352.issue10367@psf.upfronthosting.co.za>
2010-12-03 06:46:02eric.araujolinkissue10367 messages
2010-12-03 06:46:02eric.araujocreate