diff options
author | Matthias Klose <doko@ubuntu.com> | 2004-08-15 17:04:33 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2004-08-15 17:04:33 (GMT) |
commit | 2e829c0214fc68655f1aaf2d4279697ee55394b3 (patch) | |
tree | 6e4a0cb9f8849395f2b6029d3897b08327898090 /Misc/NEWS | |
parent | e5069019e7bd33ed5d6072c38ad149694053aaca (diff) | |
download | cpython-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/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 ----------- |