| commit | e66e7de5d69542d9f10010a83787ef4b87a70bf8 | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Mar 30 05:10:28 2013 +0200 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Mar 30 05:10:28 2013 +0200 |
| tree | ad2c3abd8422c8ecf41414e62f5c0e51ba63e7dc | |
| parent | f03aab7e519b2c801b193907086f064867ef53c1 [diff] [blame] |
#17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle.
diff --git a/Misc/NEWS b/Misc/NEWS index 37802d8..ecdf606 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Library ------- +- Issue #17526: fix an IndexError raised while passing code without filename to + inspect.findsource(). Initial patch by Tyler Doyle. + What's New in Python 2.7.4? ===========================