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 eric.araujo, jaraco, nadeem.vawda, tarek
Date 2012-02-14.15:38:11
SpamBayes Score 2.1647547e-05
Marked as misclassified No
Message-id <1329233892.84.0.80985871036.issue14004@psf.upfronthosting.co.za>
In-reply-to
Content
This code just got changed (#13193) to use '/' instead of os.path.join, as it is documented that paths in MANIFEST.in must use only '/'.  Can you build an up-to-date Python 2.7 from Mercurial and check again?

Your report comes timely, as there was some doubt about what the correct fix was.  Even if your bug is now gone, I’ll want to add a regression test for it.
History
Date User Action Args
2012-02-14 15:38:12eric.araujosetrecipients: + eric.araujo, jaraco, nadeem.vawda, tarek
2012-02-14 15:38:12eric.araujosetmessageid: <1329233892.84.0.80985871036.issue14004@psf.upfronthosting.co.za>
2012-02-14 15:38:12eric.araujolinkissue14004 messages
2012-02-14 15:38:11eric.araujocreate