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
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
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
Changes by Bernhard Reiter :
--
nosy: +ockham-razor
___
Python tracker
<http://bugs.python.org/issue6715>
___
___
Python-bugs-list mailing list
Unsubscribe: