Message311782
I just stumbled across this problem when starting "idle3" in a directory containing a copy of textwrap.py which was not compatible with python3.
In issue13506 idle3 was changed to behave like the regular python shell, i.e. as described here in this issue, and since my ~/.pythonrc.py imports readline, I could reproduce this problem by creating a bogus readline.py file and starting a python interpreter.
So besides being a security issue when starting python or idle in untrusted directories, it may cause technical issues when working in directories containing .py files with certain names. |
|
Date |
User |
Action |
Args |
2018-02-07 10:34:54 | ThomasAH | set | recipients:
+ ThomasAH, georg.brandl, jaraco, ncoghlan, vstinner, christian.heimes, schmir, robertwb, benjamin.peterson, tarek, jwilk, eric.araujo, Arfrever, iankko, eric.snow, hynek, jdemeyer, Alan.Williams, vbraun, hasufell |
2018-02-07 10:34:53 | ThomasAH | set | messageid: <1517999693.95.0.467229070634.issue16202@psf.upfronthosting.co.za> |
2018-02-07 10:34:53 | ThomasAH | link | issue16202 messages |
2018-02-07 10:34:53 | ThomasAH | create | |
|