From: Facundo Batista Date: Sat, 19 Jan 2008 18:45:46 +0000 (+0000) Subject: Comment in NEWS regarding the change in trace.py. X-Git-Tag: v2.6a1~533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e22be7226978af300d2ce63c5f0fcde39436d52;p=python Comment in NEWS regarding the change in trace.py. --- diff --git a/Misc/NEWS b/Misc/NEWS index ce643ce8dd..9193368d70 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1611,6 +1611,9 @@ Core and builtins 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.