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 quamrana
Recipients quamrana
Date 2017-08-22.07:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503386817.16.0.0892558869333.issue31253@psf.upfronthosting.co.za>
In-reply-to
Content
Python can parse and run this code:

log = list(r'..\Unknown\*.txt')


but not this:

'''
log = list(r'..\Unknown\*.txt')
'''
History
Date User Action Args
2017-08-22 07:26:57quamranasetrecipients: + quamrana
2017-08-22 07:26:57quamranasetmessageid: <1503386817.16.0.0892558869333.issue31253@psf.upfronthosting.co.za>
2017-08-22 07:26:57quamranalinkissue31253 messages
2017-08-22 07:26:56quamranacreate