summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-11-24 18:45:39 (GMT)
committerThomas Heller <theller@ctypes.org>2006-11-24 18:45:39 (GMT)
commit25d208bd464aa6b1bde8a30cc71327133edaeeb3 (patch)
tree9f6eb3a83b3b491bd7fe8a1165c68d6f31e9193d /Misc/NEWS
parenta3c77677caf9724ac2a9ba1183d3e594d78dfc5c (diff)
downloadcpython-25d208bd464aa6b1bde8a30cc71327133edaeeb3.zip
cpython-25d208bd464aa6b1bde8a30cc71327133edaeeb3.tar.gz
cpython-25d208bd464aa6b1bde8a30cc71327133edaeeb3.tar.bz2
Fix bug #1598620: A ctypes structure cannot contain itself.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0153ac7..2017092 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Core and builtins
Library
-------
+- Bug #1598620: A ctypes Structure cannot contain itself.
+
- Patch #1362975: Rework CodeContext indentation algorithm to
avoid hard-coding pixel widths.