commit | f49c67a75ba548341727fac73d82c0534738c360 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Jan 30 02:19:14 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Jan 30 02:19:14 2010 +0000 |
tree | 9b786840efa84dc508bae0c4045aec2091101174 | |
parent | 533e5568ff9b847e3ea6dcfd25247777aa9039bd [diff] |
Merged revisions 77838 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77838 | victor.stinner | 2010-01-30 03:16:55 +0100 (sam., 30 janv. 2010) | 4 lines #7801: fix xmlrpclib binary example, open the picture in binary mode Use also the with syntax (consistent with python trunk example). ........