summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2004-08-15 17:04:33 (GMT)
committerMatthias Klose <doko@ubuntu.com>2004-08-15 17:04:33 (GMT)
commit2e829c0214fc68655f1aaf2d4279697ee55394b3 (patch)
tree6e4a0cb9f8849395f2b6029d3897b08327898090 /Misc/NEWS
parente5069019e7bd33ed5d6072c38ad149694053aaca (diff)
downloadcpython-2e829c0214fc68655f1aaf2d4279697ee55394b3.zip
cpython-2e829c0214fc68655f1aaf2d4279697ee55394b3.tar.gz
cpython-2e829c0214fc68655f1aaf2d4279697ee55394b3.tar.bz2
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
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 3dfa18a..75ab5cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,8 @@ Library
to return a list of all doctests, and you can filter that list by
any computable criteria before passing it to a DocTestRunner instance.
+- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
+
Tools/Demos
-----------