diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-18 00:03:40 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-18 00:03:40 (GMT) |
commit | ba1f449ca2f7c118cf736fc67f63d4747b36059e (patch) | |
tree | 6b132c6e42afbfc94eba0fcd33bb5a9a2ab117e6 /Misc | |
parent | 6ffdb6f921c1be37ce3679fe73e211c01942427a (diff) | |
download | cpython-ba1f449ca2f7c118cf736fc67f63d4747b36059e.zip cpython-ba1f449ca2f7c118cf736fc67f63d4747b36059e.tar.gz cpython-ba1f449ca2f7c118cf736fc67f63d4747b36059e.tar.bz2 |
Merged revisions 80159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80159 | victor.stinner | 2010-04-18 02:00:44 +0200 (dim., 18 avril 2010) | 3 lines
Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with
surrogates.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Core and Builtins Library ------- +- Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with + surrogates. + - Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII using backslashreplace error handler |