New issue 2062: Inconsistency in __repr__ for date/time/datetime to CPython
https://bitbucket.org/pypy/pypy/issue/2062/inconsistency-in-__repr__-for-date-time

Markus Holtermann:

Refs https://code.djangoproject.com/ticket/24779

CPython's `__repr__` for `datetime.date`, `datetime.time` and 
`datetime.datetime` does not include the leading `datetime.` part. However, 
PyPy does. Instead of adding a workaround in Django to mitigate this issue I'd 
rather see PyPy following CPython's standard.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to