[Datetime-SIG] pytz vs. PEP 495 Was: PEP-431/495

Alexander Belopolsky alexander.belopolsky at gmail.com
Mon Aug 24 22:24:26 CEST 2015


On Mon, Aug 24, 2015 at 4:23 PM, Alexander Belopolsky <
alexander.belopolsky at gmail.com> wrote:

>
> On Mon, Aug 24, 2015 at 3:54 PM, Ethan Furman <ethan at stoneleaf.us> 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/datetime-sig/attachments/20150824/5a05d60c/attachment.html>


More information about the Datetime-SIG mailing list