commit | 2e829c0214fc68655f1aaf2d4279697ee55394b3 | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Sun Aug 15 17:04:33 2004 +0000 |
committer | Matthias Klose <doko@ubuntu.com> | Sun Aug 15 17:04:33 2004 +0000 |
tree | 6e4a0cb9f8849395f2b6029d3897b08327898090 | |
parent | e5069019e7bd33ed5d6072c38ad149694053aaca [diff] [blame] |
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
diff --git a/Misc/NEWS b/Misc/NEWS index 3dfa18a..75ab5cc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -76,6 +76,8 @@ 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 -----------