[issue25740] multiple issues in http.client

2015-11-26 Thread Martin Panter
Martin Panter added the comment: I missed seeing the _get_hostport() change in the commit. So you are saying that values out of range 1–65535 should raise InvalidURL("nonnumeric port . . ."). The error message isn’t quite right. -- ___ Python

[issue25740] multiple issues in http.client

2015-11-26 Thread Martin Panter
Martin Panter added the comment: Thanks for these fixes. It might be better to open other report(s) for the FIXME comments, so you can explain them better, and propose any ideas or possible solutions. For some of them, it may be more appropriate to just fix them in the next (3.6) release,

[issue25740] multiple issues in http.client

2015-11-26 Thread SpaceOne
New submission from SpaceOne: * RESET_CONTENT not evaluated * negative chunk size accepted * invalid ports accepted * success status !== 200 ignored Patch: https://github.com/spaceone/cpython/commit/3289080306408db971f8b816d3e9f0ab44ed392b Part of github Pull Request