From 6e22be7226978af300d2ce63c5f0fcde39436d52 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Sat, 19 Jan 2008 18:45:46 +0000 Subject: Comment in NEWS regarding the change in trace.py. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index ce643ce..9193368 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. -- cgit v0.12