[issue13701] Remove Decimal Python 2.3 Compatibility

Mark Dickinson report at bugs.python.org
Wed Oct 31 18:59:55 CET 2012


Mark Dickinson added the comment:

Fixed the unuse of decorator syntax.  I think the dummy_threading changes should be considered a separate issue.

With regards to the patch:  I assume you mean "import dummy_threading as threading" rather than just "import dummy_threading".  Also, it looks to me as though test_decimal would need updating too to do the correct thing when the threading module isn't present.

Closing this issue as fixed;  please open a new issue for the dummy_threading if you think it's worth pursuing.

----------
assignee: rhettinger -> mark.dickinson
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list