Message395928
This is still the same in 3.11. I added another line to the example's file, which shows more clearly what's happening:
>>> open('x.py', 'wb').write(b'#\x00\na\nb\n')
% ./python.exe x.py
Traceback (most recent call last):
File "x.py", line 2, in <module>
a
NameError: name 'b' is not defined |
|
| Date |
User |
Action |
Args |
| 2021-06-16 14:38:04 | iritkatriel | set | recipients:
+ iritkatriel, arigo, georg.brandl, terry.reedy, benjamin.peterson, jwilk, Arfrever, alex, ita1024, serhiy.storchaka |
| 2021-06-16 14:38:04 | iritkatriel | set | messageid: <[email protected]> |
| 2021-06-16 14:38:04 | iritkatriel | link | issue20115 messages |
| 2021-06-16 14:38:04 | iritkatriel | create | |
|