[issue22340] Fix Python 3 warnings in Python 2 tests

STINNER Victor report at bugs.python.org
Fri Sep 5 21:11:45 CEST 2014


STINNER Victor added the comment:

Ok, I replaced 1/0 with 1//0 in IDLE tests.

I also changed the context manager in test_collections, the sets module is just deprecated, it's not a Python 3 specific warning.

Thanks for the review Serhiy.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list