Issue 7125: typo (English) in threading.py (original) (raw)
Issue7125
Created on 2009-10-14 14:18 by Yinon, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg93989 - (view) | Author: Yinon Ehrlich (Yinon) | Date: 2009-10-14 14:18 |
threading.py line 122: "cannot release un-aquired lock" --> "cannot release un-acquired lock" | ||
msg93992 - (view) | Author: Yinon Ehrlich (Yinon) | Date: 2009-10-14 14:21 |
just saw now that the word 'un-aquired' is repeated several times in the threading module... | ||
msg93999 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2009-10-14 15:52 |
Fixed in r75402. Not backporting, since an exception message is changed. Thanks! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:53 | admin | set | github: 51374 |
2009-10-14 15:52:39 | georg.brandl | set | status: open -> closednosy: + georg.brandlmessages: + resolution: fixed |
2009-10-14 14:21:01 | Yinon | set | messages: + |
2009-10-14 14🔞44 | Yinon | create |