Yury Selivanov added the comment:

I've just quickly looked the issue:

1. There is an inconsistency between python & c implementations: 
datetime.replace always returns "datetime(...)" object, but should return 
"self.__class__()"

2. "new_datetime_ex" in c implementation does not call constructors

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20371>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to