summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2004-08-15 17:04:33 +0000
committerMatthias Klose <doko@ubuntu.com>2004-08-15 17:04:33 +0000
commit9e0cf3c6399de56f4c286274fc8e48a6a2fbda6f (patch)
treec9053f84e7afa84e85cb4d24a7d191d7ac0eb13c /Misc
parent6d3e624c86d8d052ec9a9d46ea2b08850e8a0582 (diff)
downloadcpython-9e0cf3c6399de56f4c286274fc8e48a6a2fbda6f.tar.gz
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3dfa18a66a..75ab5ccd4b 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
-----------