[issue25005] webbrowser breaks on query strings with multiple fields on Windows

2015-09-04 Thread Steve Dower
Steve Dower added the comment: It'll have to be backed out. There may be a fix to salvage some of the functionality, but it's certainly too significant at this stage. -- ___ Python tracker

[issue24912] The type of cached objects is mutable

2015-09-04 Thread Nathaniel Smith
Nathaniel Smith added the comment: Sorry, you were too quick for me :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue2651] Strings passed to KeyError do not round trip

2015-09-04 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue23406] interning and list comprehension leads to unexpected behavior

2015-09-04 Thread Martin Panter
Martin Panter added the comment: That works for me. Here is a new patch using David’s new wording. -- Added file: http://bugs.python.org/file40369/issue23406_doc_stdtypes.v3.patch ___ Python tracker ___

[issue24748] Change of behavior for importlib between 3.4 and 3.5 with DLL loading

2015-09-04 Thread Nick Coghlan
Nick Coghlan added the comment: Huh, for some reason the Rietveld diff missed the changes to _testmultiphase.c that are in the patch file. The change looks good to me. The test adds a new "test.imp_dummy" module, imports that, and then ensures it can be replaced by using imp.load_dynamic to i

[issue24984] document AF_BLUETOOTH socket address formats

2015-09-04 Thread Martin Panter
Martin Panter added the comment: Here is a suggestion of how to add a versionchanged tag. Let me know if it is accurate or not. (I’m not actually familiar with the history.) -- Added file: http://bugs.python.org/file40370/bluetooth_socket_docs_5.patch __

[issue24964] Add tunnel CONNECT response headers to httplib / http.client

2015-09-04 Thread Martin Panter
Changes by Martin Panter : -- stage: test needed -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24964] Add tunnel CONNECT response headers to httplib / http.client

2015-09-04 Thread Martin Panter
Martin Panter added the comment: This is the patch I had in mind. It looks like it only implements the detach() method, so we would still need to add support for passing in the tunnel details to the HTTPSConnection constructor. This patch would allow doing stuff at a lower level than the exist

<    1   2   3