Brian Kearns <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1662> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
