]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21776: distutils.upload now correctly handles HTTPError
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 2 Jun 2016 20:45:53 +0000 (13:45 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 2 Jun 2016 20:45:53 +0000 (13:45 -0700)
commit6a8e626a60baef76b03df81a0b087dc9fdc3efcf
treea2d14876b8728d9ffc55697b6c668d7b26d48dc2
parent947ff3872520c5a05f3fcf4131d551347c9e546f
Issue #21776: distutils.upload now correctly handles HTTPError

Initial patch by Claudiu Popa.
Lib/distutils/command/upload.py
Lib/distutils/tests/test_upload.py
Misc/NEWS