On Mon, Aug 17, 2015 at 1:20 PM, Ethan Furman <[email protected]> wrote: > Off the cuff I would say have the datetime object check for certain methods > in the tzinfo (such as add_datetime, add_timedelta, etc), and if present use > them, otherwise use the normal methods.
Isn't this exactly what PEP-0500 says? _______________________________________________ Datetime-SIG mailing list [email protected] https://mail.python.org/mailman/listinfo/datetime-sig The PSF Code of Conduct applies to this mailing list: https://www.python.org/psf/codeofconduct/
