summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2008-08-24 20:59:23 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2008-08-24 20:59:23 (GMT)
commit8f2f22ad2757d126da9c728749ee3679310c3a54 (patch)
treec3a5743e75cc251dccb6b906b82a7db89d45840e /Misc/NEWS
parent4b360c8ee1b71193d0ef9a3d2dd3fbc21a1a29df (diff)
downloadcpython-8f2f22ad2757d126da9c728749ee3679310c3a54.zip
cpython-8f2f22ad2757d126da9c728749ee3679310c3a54.tar.gz
cpython-8f2f22ad2757d126da9c728749ee3679310c3a54.tar.bz2
Fix gdbinit to handle new types/APIs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cf9b8dd..b846d8f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,11 @@ Extension Modules
- Issue #3643: Added a few more checks to _testcapi to prevent segfaults by
exploitation of poor argument checking.
+Tools/Demos
+-----------
+
+- Fix Misc/gdbinit so it works.
+
What's new in Python 3.0b3?
===========================