[Python-Dev] Re: Further PEP 615 Discussion: Equality and hash of ZoneInfo

2020-04-20 Thread Paul Ganssle
> In every use-case that I've ever had, and every one that I can > imagine, I've not cared about the difference between "US/Eastern" and > "America/New_York". In fact, if ZoneInfo("US/Eastern") returned > something that had a name of "America/New_York", I would be fine with > that. Similarly, Austr

[Python-Dev] Re: Further PEP 615 Discussion: Equality and hash of ZoneInfo

2020-04-20 Thread Paul Ganssle
> In every use-case that I've ever had, and every one that I can > imagine, I've not cared about the difference between "US/Eastern" and > "America/New_York". In fact, if ZoneInfo("US/Eastern") returned > something that had a name of "America/New_York", I would be fine with > that. Similarly, Austr

[Python-Dev] Re: Further PEP 615 Discussion: Equality and hash of ZoneInfo

2020-04-18 Thread Chris Angelico
On Sun, Apr 19, 2020 at 3:39 AM Paul Ganssle wrote: > > A few weeks ago, I submitted PEP 615 to the steering council for a decision. > There's been a decent amount of discussion there with some very good > questions. I think they are mostly resolved (though I'm happy to have other > people look