Alan G Isaac wrote:
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
What is "the raw string notation from Python" ?
IMHO it would only create one additional type of string. We already have
single-quoted 'raw' strings in Vim, yet many people constantly forget
that double-quoted strings in Vim are "cooked".
Best regards,
Tony.