commit | 6e22be7226978af300d2ce63c5f0fcde39436d52 | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Sat Jan 19 18:45:46 2008 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Sat Jan 19 18:45:46 2008 +0000 |
tree | a918d82eb45cd94eb38699374ae57f3949f1ba4b | |
parent | 873c9857b70027dcde79d003d0ed4cd47a94af3f [diff] [blame] |
Comment in NEWS regarding the change in trace.py.
diff --git a/Misc/NEWS b/Misc/NEWS index ce643ce..9193368 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1611,6 +1611,9 @@ Library ------- +- Fix #1693149. Now you can pass several modules separated by + comma to trace.py in the same --ignore-module option. + - Correction of patch #1455898: In the mbcs decoder, set final=False for stream decoder, but final=True for the decode function.