summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-18 00:03:40 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-18 00:03:40 (GMT)
commitba1f449ca2f7c118cf736fc67f63d4747b36059e (patch)
tree6b132c6e42afbfc94eba0fcd33bb5a9a2ab117e6 /Misc
parent6ffdb6f921c1be37ce3679fe73e211c01942427a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab662cb..21e5e3c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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