summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-08-16 14:07:44 (GMT)
committerThomas Heller <theller@ctypes.org>2006-08-16 14:07:44 (GMT)
commitb0aa98fd4f02c4d5a9d9f43ac013595cbcf1f06c (patch)
treeb88f01ec6c8e4e8bdcca75bc0562537b124b47cf /Misc
parent596fc9c3848d48b2393f6871d1b77befe8b4ffbd (diff)
downloadcpython-b0aa98fd4f02c4d5a9d9f43ac013595cbcf1f06c.zip
cpython-b0aa98fd4f02c4d5a9d9f43ac013595cbcf1f06c.tar.gz
cpython-b0aa98fd4f02c4d5a9d9f43ac013595cbcf1f06c.tar.bz2
The __repr__ method of a NULL py_object does no longer raise an
exception. Remove a stray '?' character from the exception text when the value is retrieved of such an object. Includes tests.
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 587ed1e..712a997 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Core and builtins
Library
-------
+- The __repr__ method a NULL ctypes.py_object() does no longer raise
+ an exception.
+
- uuid.UUID now has a bytes_le attribute. This returns the UUID in
little-endian byte order for Windows. In addition, uuid.py had some
workarounds for clocks with low resolution, to stop the code yielding