This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ronny.Pfannschmidt
Recipients Ronny.Pfannschmidt
Date 2012-02-29.16:43:29
SpamBayes Score 3.0543563e-06
Marked as misclassified No
Message-id <1330533810.56.0.673512322833.issue14161@psf.upfronthosting.co.za>
In-reply-to
Content
behaviour:
>>> name = 'woo\raa'
>>> open(name, 'w')
aa', mode 'w' at 0x295a8a0>

expected:
>>> name = 'woo\raa'
>>> open(name, 'w')
<open file 'woo\raa', mode 'w' at 0x295a8a0>

note:
don't ask why i tried this chunk of code in the first place
History
Date User Action Args
2012-02-29 16:43:30Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt
2012-02-29 16:43:30Ronny.Pfannschmidtsetmessageid: <1330533810.56.0.673512322833.issue14161@psf.upfronthosting.co.za>
2012-02-29 16:43:29Ronny.Pfannschmidtlinkissue14161 messages
2012-02-29 16:43:29Ronny.Pfannschmidtcreate