]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#7801: fix xmlrpclib binary example, open the picture in binary mode
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 30 Jan 2010 02:16:55 +0000 (02:16 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 30 Jan 2010 02:16:55 +0000 (02:16 +0000)
commit757db83dcef95ff71c45261ddba4a9d195a1dcbe
tree1ac9e6f9a42963da4bac712d6dc4a0a0748aae06
parent66da2f37c3d8aa141bbfc9fe3899e36f6488cee9
#7801: fix xmlrpclib binary example, open the picture in binary mode

Use also the with syntax (consistent with python trunk example).
Doc/library/xmlrpc.client.rst