[issue3042] Add PEP 8 compliant aliases to threading module

Benjamin Peterson report at bugs.python.org
Thu Jun 5 17:12:19 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

Is this what you were looking for? (in the patch) What I did could also
be done with metaclasses, but I thought that would be overkill. Warning:
this patch causes test threading to crash when run with the -3 flag.

----------
keywords: +patch
nosy: +benjamin.peterson
Added file: http://bugs.python.org/file10522/new_threading_api.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3042>
_______________________________________


More information about the Python-bugs-list mailing list