]> granicus.if.org Git - python/commitdiff
Comment in NEWS regarding the change in trace.py.
authorFacundo Batista <facundobatista@gmail.com>
Sat, 19 Jan 2008 18:45:46 +0000 (18:45 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 19 Jan 2008 18:45:46 +0000 (18:45 +0000)
Misc/NEWS

index ce643ce8dd2dc4fd19582827bd1f6b5862eb3620..9193368d707fa421cf50f54675aee3ae57958111 100644 (file)
--- 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.