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 nadeem.vawda
Recipients eric.araujo, jaraco, nadeem.vawda, tarek
Date 2012-02-15.19:26:00
SpamBayes Score 1.4082181e-08
Marked as misclassified No
Message-id <1329333961.02.0.332882311841.issue14004@psf.upfronthosting.co.za>
In-reply-to
Content
> At first glance, Nadeem’s proposed fix is not right: paths in MANIFEST.in use '/', but then filelist produces paths using os.sep, so that the MANIFEST file and other operations done by the sdist command use native paths.  So even though the currently supported OSes all accept '/', I think the right thing is to use os.sep.

Yes, that sounds like a better solution. So the solution then is to fix
the regexps to use os.sep instead of "/" (and ensure that FileList uses
native paths throughout).

As an aside, it seems that the failing test from issue 13193 was
actually correct, and that the library itself was broken. I suppose all
of the tests will need to be changed to use native paths when this issue
is fixed.
History
Date User Action Args
2012-02-15 19:26:01nadeem.vawdasetrecipients: + nadeem.vawda, jaraco, tarek, eric.araujo
2012-02-15 19:26:01nadeem.vawdasetmessageid: <1329333961.02.0.332882311841.issue14004@psf.upfronthosting.co.za>
2012-02-15 19:26:00nadeem.vawdalinkissue14004 messages
2012-02-15 19:26:00nadeem.vawdacreate