commit | e1f9bebd991bc8aff0f4f1ca8774b029eb875584 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Mon Feb 22 22:16:58 2010 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Mon Feb 22 22:16:58 2010 +0000 |
tree | 8967f4d4b6b25a3bd5773b9e637f5a282b209356 | |
parent | 561d5aa47f78198a12ff197e0daff55680547d46 [diff] [blame] |
#6666: fix bug in trace.py that applied the list of ignored dirs only to 1st file
diff --git a/Misc/NEWS b/Misc/NEWS index 7cbe87a..3a2c963 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -250,6 +250,9 @@ Library ------- +- Issue #6666: fix bug in trace.py that applied the list of directories + to be ignored only to the first file. Noted by Bogdan Opanchuk. + - Issue #7597: curses.use_env() can now be called before initscr(). Noted by Kan-Ru Chen.