diff options
author | Matthias Klose <doko@ubuntu.com> | 2004-08-15 17:04:33 +0000 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2004-08-15 17:04:33 +0000 |
commit | 9e0cf3c6399de56f4c286274fc8e48a6a2fbda6f (patch) | |
tree | c9053f84e7afa84e85cb4d24a7d191d7ac0eb13c /Misc | |
parent | 6d3e624c86d8d052ec9a9d46ea2b08850e8a0582 (diff) | |
download | cpython-9e0cf3c6399de56f4c286274fc8e48a6a2fbda6f.tar.gz |
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----------- |