>> Am 09.08.2006 14:08:04 schrieb Yakov Lerner: 
>>> Looks like an input() bug to me. 

> On 8/9/06, Alexander 'boesi' Bösecke <[EMAIL PROTECTED]> wrote: 
>> To me it looks even more strange. I've tested a bit more.  
>> :echo filereadable("G:\Projekte\CS Simple\run.pyw") 

On Wed, 9 Aug 2006, Yakov Lerner apparently wrote: 
> Use single quotes, where backslash is not treated specially. 
> Otherwize "..\r..." will be treated as CR char, "...\t..." as 
> tab char etc, which is not what you want. 

Since this is stumbled over so often,
I have an enhancement request:
allow raw strings to be created
with the raw string notation from Python.
This would be backwards compatible, I believe.

Cheers,
Alan Isaac



Reply via email to