[ python-Bugs-1110998 ] RLock logging mispells "success"
SourceForge.net
noreply at sourceforge.net
Thu Jan 27 23:52:49 CET 2005
Bugs item #1110998, was opened at 2005-01-27 12:05
Message generated for change (Settings changed) made by bcannon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1110998&group_id=5470
Category: Threads
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Matthew Bogosian (mbogosian)
>Assigned to: Brett Cannon (bcannon)
Summary: RLock logging mispells "success"
Initial Comment:
When verbose logging is turned on for RLock objects
(via the constructor), attempts to acquire the lock are
logged, but spelling didn't seem to be a priority ;-) :
Thread-2: <_RLock(Thread-2, 1)>.acquire(1): initial succes
"succes" should be "success"
This was present in my tests of 2.3 and 2.4.
----------------------------------------------------------------------
>Comment By: Brett Cannon (bcannon)
Date: 2005-01-27 14:52
Message:
Logged In: YES
user_id=357491
Fixed in rev. 1.48 for 2.5 and rev. 1.45.4.1 for 2.4 and rev. 1.38.6.5 for
2.3.
Thanks, Matthew.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1110998&group_id=5470
More information about the Python-bugs-list
mailing list