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 RonnyPfannschmidt, alexis, eric.araujo, jens, mikehoy, mu_mind, tarek
Date 2011-10-18.16:15:52
SpamBayes Score 7.5498865e-05
Marked as misclassified No
Message-id <1318954553.29.0.606814498463.issue11638@psf.upfronthosting.co.za>
In-reply-to
Content
David:
I don’t think packaging and pysetup generate-setup have anything to do with this bug.  You can create a setup.py file manually and see the error with distutils in 2.7.

As I said before, I agree this is a bug.  I’m working on many things right now, so if someone volunteers to write a test and possibly a fix for this, it would help.  We have examples of creating tarball sdists in Lib/distutils/tests/test_sdist.py, one would just need to copy an example and pass version=u'1.0'.
History
Date User Action Args
2011-10-18 16:15:53eric.araujosetrecipients: + eric.araujo, tarek, RonnyPfannschmidt, alexis, mu_mind, mikehoy, jens
2011-10-18 16:15:53eric.araujosetmessageid: <1318954553.29.0.606814498463.issue11638@psf.upfronthosting.co.za>
2011-10-18 16:15:52eric.araujolinkissue11638 messages
2011-10-18 16:15:52eric.araujocreate