[pypy-issue] [issue1662] 'is' should be '==' in datetime.py

Brian Kearns tracker at bugs.pypy.org
Tue Dec 17 22:43:17 CET 2013


Brian Kearns <bdkearns at gmail.com> added the comment:

These tests should also pass on CPython 2.7 (these do not). One can run the tests 
against CPython easily by switching the "from lib_pypy import datetime" to "import 
datetime". As is, without your patch, your tests fail on both CPython 2.7 and 
PyPy.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1662>
________________________________________


More information about the pypy-issue mailing list