6 Aug
2019
6 Aug
'19
10:56 p.m.
On Wed, Aug 07, 2019 at 10:41:25AM +1200, Greg Ewing wrote:
Rob Cliffe via Python-Dev wrote:
Sorry, that won't work. Strings are parsed at compile time, open() is executed at run-time.
It could check for control characters, which are probably the result of a backslash accident. Maybe even auto-correct them...