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 brian.curtin
Recipients brian.curtin, rjnienaber
Date 2012-12-24.02:23:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356315805.74.0.583267661757.issue10919@psf.upfronthosting.co.za>
In-reply-to
Content
Yep. The documentation you linked says "A null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%"). It will be a Unicode or ANSI string depending on whether you use the Unicode or ANSI functions. To expand the environment variable references, use the ExpandEnvironmentStrings function."

Based on that, we're doing the right thing.
History
Date User Action Args
2012-12-24 02:23:25brian.curtinsetrecipients: + brian.curtin, rjnienaber
2012-12-24 02:23:25brian.curtinsetmessageid: <1356315805.74.0.583267661757.issue10919@psf.upfronthosting.co.za>
2012-12-24 02:23:25brian.curtinlinkissue10919 messages
2012-12-24 02:23:25brian.curtincreate