Message403752
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
>>>
``` |
|
Date |
User |
Action |
Args |
2021-10-12 18:54:49 | alick | set | recipients:
+ alick, gvanrossum, levkivskyi, miss-islington, uriyyo, Dominik V., kj |
2021-10-12 18:54:48 | alick | set | messageid: <1634064888.64.0.935152970713.issue42345@roundup.psfhosted.org> |
2021-10-12 18:54:48 | alick | link | issue42345 messages |
2021-10-12 18:54:48 | alick | create | |
|