[issue1530012] Literal strings use BS as octal escape character

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Swapped the sections in r70893. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue1530012] Literal strings use BS as octal escape character

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Invalid as bug, keeping open for the doc RFE. -- assignee: -> georg.brandl components: +Documentation -Interpreter Core nosy: +ajaksu2, georg.brandl priority: normal -> low stage: -> needs patch type: -> feature request versions: +Python 2.6, Python 3.