[Patches] [ python-Patches-984880 ] fix regression on 2.3 branch: Lib/threading

SourceForge.net noreply at sourceforge.net
Sun Jul 4 07:57:14 EDT 2004


Patches item #984880, was opened at 2004-07-04 11:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=984880&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix regression on 2.3 branch: Lib/threading

Initial Comment:
introduced by the recent backport:

--- Lib/threading.py~   2004-07-04 13:22:13.000000000 +0200
+++ Lib/threading.py    2004-07-04 13:55:57.000000000 +0200
@@ -10,7 +10,7 @@
 
 from StringIO import StringIO as _StringIO
 from time import time as _time, sleep as _sleep
-from traceback import print_exc as _print_exc
+from traceback import format_exc as _format_exc
 
 # Rename some stuff so "from threading import *" is safe
 __all__ = ['activeCount', 'Condition',
'currentThread', 'enumerate', 'Event',


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=984880&group_id=5470



More information about the Patches mailing list