[issue13701] Remove Decimal Python 2.3 Compatibility

Mark Dickinson report at bugs.python.org
Wed Oct 31 17:10:47 CET 2012


Mark Dickinson added the comment:

BTW, in an earlier comment you said: "now threading imports dummy_threading when threading is not available".

Do you mean that 'import threading' will always succeed, even on platforms built without thread support?  Is this documented somewhere?

The docs at http://docs.python.org/3.3/library/dummy_threading.html seem to say rather that dummy_threading still has to be imported explicitly.

----------

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


More information about the Python-bugs-list mailing list