]> granicus.if.org Git - python/commit
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
authorÉric Araujo <merwok@netwok.org>
Fri, 2 Sep 2011 22:47:07 +0000 (00:47 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 2 Sep 2011 22:47:07 +0000 (00:47 +0200)
commit0f2dbf3645d28b74f1c1aa7cce29410d9dbc2d0e
treed0849e1dc6d8b4c3a1f26fe8cb9c2719ba7aebe9
parentcb18d077c65032f27396eaeef314267ee20375db
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).

sdist used to crash with a full traceback dump instead of printing a
nice warning with the faulty line number.
Lib/distutils/command/sdist.py
Lib/distutils/tests/test_sdist.py
Misc/NEWS