Re: An improper change in httplib.py

2015-01-22 Thread Mark Lawrence
On 22/01/2015 22:35, Guohua Ouyang wrote: Have reported an issue http://bugs.python.org/issue23300. "That leading underscore in the method name means it is not a public API and thus changes are allowed without any backwards-compatibility guarantees. Mercurial will need to update their code to ha

Re: An improper change in httplib.py

2015-01-22 Thread Guohua Ouyang
Have reported an issue http://bugs.python.org/issue23300. "That leading underscore in the method name means it is not a public API and thus changes are allowed without any backwards-compatibility guarantees. Mercurial will need to update their code to handle this if they want to continue to use th

Re: An improper change in httplib.py

2015-01-22 Thread Mark Lawrence
On 22/01/2015 03:38, Guohua Ouyang wrote: This is my first post to the list, I apologies firstly if I made any mistake. I was trying to get a package in golang behind the http or https proxy, and it reports an error "AttributeError: httpsconnection instance has no attribute '_set_hostport'", de

An improper change in httplib.py

2015-01-22 Thread Guohua Ouyang
This is my first post to the list, I apologies firstly if I made any mistake. I was trying to get a package in golang behind the http or https proxy, and it reports an error "AttributeError: httpsconnection instance has no attribute '_set_hostport'", details in the bottom. After some trace work,