This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alick
Recipients Dominik V., alick, gvanrossum, kj, levkivskyi, miss-islington, uriyyo
Date 2021-10-12.18:54:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634064888.64.0.935152970713.issue42345@roundup.psfhosted.org>
In-reply-to
Content
Mainly to clarify, this is fixed in Python 3.9 and above, but won't be fixed in Python 3.8, right?

```
~$ python3.8
Python 3.8.11 (default, Jul 24 2021, 13:24:12)
[Clang 12.0.5 (clang-1205.0.22.11)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Could not open PYTHONSTARTUP
FileNotFoundError: [Errno 2] No such file or directory: '/Users/taoz/.pythonstartup'
>>> from typing import Literal
>>> Literal[1,2]==Literal[2,1]
False
>>>
```
History
Date User Action Args
2021-10-12 18:54:49alicksetrecipients: + alick, gvanrossum, levkivskyi, miss-islington, uriyyo, Dominik V., kj
2021-10-12 18:54:48alicksetmessageid: <1634064888.64.0.935152970713.issue42345@roundup.psfhosted.org>
2021-10-12 18:54:48alicklinkissue42345 messages
2021-10-12 18:54:48alickcreate