]> granicus.if.org Git - python/commit
Issue #21722: The distutils "upload" command now exits with a non-zero return code...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Jun 2014 03:07:46 +0000 (23:07 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Jun 2014 03:07:46 +0000 (23:07 -0400)
commit077c9564b7f0c09352d1d918f38d2cb75fe61881
treef71d02992d0ef9e29ff3b2ec2fe12e7bf414dc25
parentfa3b9cc7c8b9003dd607b608bdd4c1c2d42f4d4b
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Patch by Martin Dengler.
Lib/distutils/command/upload.py
Lib/distutils/tests/test_upload.py
Misc/ACKS
Misc/NEWS