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 jaraco
Recipients dstufft, eric.araujo, jaraco
Date 2015-04-09.15:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428593783.07.0.14236214587.issue23899@psf.upfronthosting.co.za>
In-reply-to
Content
Beginning with Python 2.7.9 and 3.4.3, distutils uploads to chishop (https://pypi.python.org/pypi/chishop) now fail with a 501 NOT IMPLEMENTED. This error looks very similar to the error that Twine triggered in https://github.com/pypa/twine/issues/27.

I acknowledge that chishop is old and probably abandoned, but I also expect that a minor update (such as 3.4.2 to 3.4.3) should not break. I understand that 2.7.9 may have special consideration in this regard, so I'll focus on 3.4.3.

I expect these changes in protocol may also affect other HTTP services, though it may be isolated to distutils uploads.

Donald, can you speak to changes in Python 3.4.3 that might have behavior in common with Twine that would have affected distutils uploads?
History
Date User Action Args
2015-04-09 15:36:23jaracosetrecipients: + jaraco, eric.araujo, dstufft
2015-04-09 15:36:23jaracosetmessageid: <1428593783.07.0.14236214587.issue23899@psf.upfronthosting.co.za>
2015-04-09 15:36:22jaracolinkissue23899 messages
2015-04-09 15:36:22jaracocreate