Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:
> (And, honestly, `dateutil` would provide a version-independent backport > anyway). Why not start with that? Remember: python standard library is where code goes to die. By implementing this feature in dateutil you will not be tied to relatively slow python release schedule. Of course, you cannot change datetime.now from a 3rd party module, but you can provide your own dateutil.now with the desired features. The only downside I see is that you will need to copy much of datetime.now implementation which is rather convoluted. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32522> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com