Message404673
python3.9 -d:
Python 3.9.7 (default, Oct 21 2021, 20:51:19)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
Loaded pyinteractive.py.
>>>
python3.10 -d:
Python 3.10.0 (default, Oct 21 2021, 23:13:32) [GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
line[1] = "\"\"\" pyinteractive.py\n" tok->done = 10
line[2] = "\n" tok->done = 10
line[3] = " This file is executed on interactive startup by Python\n" tok->done = 10
...
(not that in both cases a PYTHONINTERACTIVE script is loaded)
Is that intended ? |
|
| Date |
User |
Action |
Args |
| 2021-10-21 21:54:15 | lemburg | set | recipients:
+ lemburg |
| 2021-10-21 21:54:15 | lemburg | set | messageid: <1634853255.49.0.658081837548.issue45562@roundup.psfhosted.org> |
| 2021-10-21 21:54:15 | lemburg | link | issue45562 messages |
| 2021-10-21 21:54:15 | lemburg | create | |
|