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 zach.ware
Recipients alexis, brett.cannon, docs@python, dstufft, eric.araujo, lemburg, ncoghlan, paul.moore, tarek, zach.ware
Date 2016-01-05.17:55:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452016543.62.0.287802425324.issue26017@psf.upfronthosting.co.za>
In-reply-to
Content
I'd also suggest using double quotes ("); single quotes don't work on Windows.

C:\>echo 'test>=test'

C:\>dir /b test*
test'

C:\>type "test'"
'test
History
Date User Action Args
2016-01-05 17:55:43zach.waresetrecipients: + zach.ware, lemburg, brett.cannon, paul.moore, ncoghlan, tarek, eric.araujo, docs@python, alexis, dstufft
2016-01-05 17:55:43zach.waresetmessageid: <1452016543.62.0.287802425324.issue26017@psf.upfronthosting.co.za>
2016-01-05 17:55:43zach.warelinkissue26017 messages
2016-01-05 17:55:43zach.warecreate