[Python-checkins] r59140 - python/branches/release25-maint/Misc/NEWS

skip.montanaro python-checkins at python.org
Fri Nov 23 18:13:22 CET 2007


Author: skip.montanaro
Date: Fri Nov 23 18:13:21 2007
New Revision: 59140

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
issue 1429818

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Fri Nov 23 18:13:21 2007
@@ -38,6 +38,9 @@
 Library
 -------
 
+- Issue 1429818: patch for trace and doctest modules so they play nicely
+  together.
+
 - doctest mis-used __loader__.get_data(), assuming universal newlines was used.
 
 - Issue #1705170: contextlib.contextmanager was still swallowing


More information about the Python-checkins mailing list