[pypy-issue] [issue972] inconsistency with cpython (datetime?)

David Ripton tracker at bugs.pypy.org
Wed Jan 18 21:42:16 CET 2012


David Ripton <d+pypy at ripton.net> added the comment:

CPython 3.2 datetime.py has a fix to utcfromtimestamp, from 2010.  Copying that
function from CPython 3.2's version to lib_pypy's version works.

Here's a patch with that change.

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


More information about the pypy-issue mailing list