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 manuel_v
Recipients manuel_v, serhiy.storchaka
Date 2015-03-23.01:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427074537.6.0.869076773491.issue23742@psf.upfronthosting.co.za>
In-reply-to
Content
When executing

os.path.expandvars("%SystemDrive%\\Foo'Bar")

the function erases the ' returning

'C:\\FooBar'

using Python 3.4.3 on Windows 7
History
Date User Action Args
2015-03-23 01:35:37manuel_vsetrecipients: + manuel_v, serhiy.storchaka
2015-03-23 01:35:37manuel_vsetmessageid: <1427074537.6.0.869076773491.issue23742@psf.upfronthosting.co.za>
2015-03-23 01:35:37manuel_vlinkissue23742 messages
2015-03-23 01:35:36manuel_vcreate