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 terry.reedy
Recipients abarry, ezio.melotti, gvanrossum, jayvdb, martin.panter, python-dev, r.david.murray, serhiy.storchaka, terry.reedy, vstinner, ztane
Date 2016-09-08.23:51:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473378700.79.0.364272675196.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you all for persisting on this.  I have seen numerous beginners be puzzled why normal (cooked) strings using '\' for Windows paths sometimes work and sometimes 'mysteriously' do not, as in the initially referenced issue.  I also think it better to consistently use 'r' for REs with '\' intended to be passed through to re.  (And I pushed some of the IDLE code that was patched.)
History
Date User Action Args
2016-09-08 23:51:40terry.reedysetrecipients: + terry.reedy, gvanrossum, vstinner, ezio.melotti, r.david.murray, python-dev, martin.panter, serhiy.storchaka, ztane, jayvdb, abarry
2016-09-08 23:51:40terry.reedysetmessageid: <1473378700.79.0.364272675196.issue27364@psf.upfronthosting.co.za>
2016-09-08 23:51:40terry.reedylinkissue27364 messages
2016-09-08 23:51:40terry.reedycreate