[issue18543] urllib.parse.urlopen shouldn't ignore installed opener when called with any SSL argument

2018-01-10 Thread Bernhard Reiter
Bernhard Reiter added the comment: Yesterday I ran into the same problem and I agree that it should be solved, by either documenting the issue or fixing it. As the code in https://github.com/python/cpython/blob/master/Lib/urllib/request.py#L199 still shows the branch and https

[issue18267] xmlrpc.client documentation multicall example missleading for division behaviour of python3

2013-06-23 Thread Bernhard Reiter
Bernhard Reiter added the comment: Andrew, thanks for caring! Seeing your fix 2a3bc6eb2e13 I believe it does not fully resolv the issue. Now the code reads "return x // y" "multicall.divide(7,3)" and the client prints "7/3=2" I think you probably should c

[issue18267] xmlrpc.client documentation multicall example missleading for division behaviour of python3

2013-06-19 Thread Bernhard Reiter
New submission from Bernhard Reiter: http://docs.python.org/3.4/library/xmlrpc.client.html as of 2013-06-19 20:35 UTC has a divide example and the output can misslead the learning reader towards the new behaviour of python3 with the '/' binary operator for division. server code: de

[issue6715] xz compressor support

2010-05-08 Thread Bernhard Reiter
Changes by Bernhard Reiter : -- nosy: +ockham-razor ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bugs-list mailing list Unsubscribe: