]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
authorÉric Araujo <merwok@netwok.org>
Fri, 2 Sep 2011 22:42:04 +0000 (00:42 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 2 Sep 2011 22:42:04 +0000 (00:42 +0200)
commitcfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4
treed78b3484d054e5b277c98cdda60c83517d9ea3a7
parent32e2915da5ab7c59e8cd0da68df9c8775ab4353c
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