[New-bugs-announce] [issue23899] HTTP regression in distutils uploads to chishop

Jason R. Coombs report at bugs.python.org
Thu Apr 9 17:36:23 CEST 2015


New submission from Jason R. Coombs:

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?

----------
components: Distutils
keywords: 3.4regression
messages: 240341
nosy: dstufft, eric.araujo, jason.coombs
priority: normal
severity: normal
status: open
title: HTTP regression in distutils uploads to chishop
versions: Python 2.7, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23899>
_______________________________________


More information about the New-bugs-announce mailing list