Bugs item #1110998, was opened at 2005-01-27 12:05 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: Matthew Bogosian (mbogosian) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1110998&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com