[issue17456] os.py (unexpected character)

2013-03-18 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue17456] os.py (unexpected character)

2013-03-18 Thread Anuj Gupta
Anuj Gupta added the comment: http://docs.python.org/3/tutorial/introduction.html#strings This seems like a good opportunity for you to learn about "raw" strings. :) -- nosy: +anuj ___ Python tracker _

[issue17456] os.py (unexpected character)

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: os.py starts with: r"""OS routines for Mac, NT, or Posix depending on what system we're on. [...] Do you see only the 'r'? -- nosy: +ezio.melotti ___ Python tracker

[issue17456] os.py (unexpected character)

2013-03-18 Thread Corto Nexus
New submission from Corto Nexus: In Python 3.3 (Windows 32bits) the lib os.py start with an uncommented letter 'r'. -- messages: 184446 nosy: corto.nexus priority: normal severity: normal status: open title: os.py (unexpected character) type: enhancement versions: Python 3.3 __