On Mon, Aug 24, 2015 at 4:23 PM, Alexander Belopolsky < [email protected]> wrote:
> > On Mon, Aug 24, 2015 at 3:54 PM, Ethan Furman <[email protected]> wrote: > >> Which of the steps you want to raise an exception: >>> >>> >>> dt = datetime(2004, 4, 4, 2, first=None, tzinfo=Eastern2) >>> >> >> This one. > > > and what about this one? > > >>> dt = time(2004, 4, 4, 2, first=None, tzinfo=Eastern2) > Sorry, did not delete enough: >>> dt = time(2, first=None, tzinfo=Eastern2)
_______________________________________________ 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/
