[Python-checkins] r65077 - in python/trunk: Lib/test/test_multiprocessing.py Misc/NEWS

jesse.noller python-checkins at python.org
Thu Jul 17 23:01:06 CEST 2008


Author: jesse.noller
Date: Thu Jul 17 23:01:05 2008
New Revision: 65077
Log:
Fix issue 3395, update _debugInfo to be _debug_info
Modified:
 python/trunk/Lib/test/test_multiprocessing.py
 python/trunk/Misc/NEWS
Modified: python/trunk/Lib/test/test_multiprocessing.py
==============================================================================
--- python/trunk/Lib/test/test_multiprocessing.py	(original)
+++ python/trunk/Lib/test/test_multiprocessing.py	Thu Jul 17 23:01:05 2008
@@ -1037,7 +1037,7 @@
 gc.collect() # do garbage collection
 refs = self.manager._number_of_objects()
 if refs != EXPECTED_NUMBER:
- print self.manager._debugInfo()
+ print self.manager._debug_info()
 
 self.assertEqual(refs, EXPECTED_NUMBER)
 
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jul 17 23:01:05 2008
@@ -67,6 +67,8 @@
 Library
 -------
 
+- Issue #3395: fix reference in test_multiprocessing to old debugInfo method
+
 - Issue #3312: Fix two crashes in sqlite3.
 
 - Issue #1608818: Fix misbehavior in os.listdir() if readdir() fails.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /