[issue7801] xmlrpc.client binary object examples needs to use binary mode

2010-01-29 Thread STINNER Victor
STINNER Victor added the comment: Note: The python3 example closed the file after the return instruction :-( I fixed that by using the with syntax, as does Python trunk example. -- ___ Python tracker _

[issue7801] xmlrpc.client binary object examples needs to use binary mode

2010-01-29 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue7801] xmlrpc.client binary object examples needs to use binary mode

2010-01-29 Thread STINNER Victor
STINNER Victor added the comment: Fixed in trunk by r77836 (r77837) and py3k by r77838 (r77839), thanks. -- nosy: +haypo ___ Python tracker ___ __

[issue7801] xmlrpc.client binary object examples needs to use binary mode

2010-01-28 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +loewis priority: -> normal stage: -> needs patch type: -> behavior versions: +Python 3.2 ___ Python tracker ___

[issue7801] xmlrpc.client binary object examples needs to use binary mode

2010-01-28 Thread Michael Newman
New submission from Michael Newman : In Section 20.23.3 Binary Objects of: http://docs.python.org/3.1/library/xmlrpc.client.html The server AND client examples fail because the read and write methods are not set to binary mode. Example of what the client portion shows if you use the examples "