Message146450
| Author |
santoso.wijaya |
| Recipients |
eric.araujo, ezio.melotti, flox, mandel, santoso.wijaya, vstinner |
| Date |
2011年10月26日.18:32:52 |
| SpamBayes Score |
5.19113e-07 |
| Marked as misclassified |
No |
| Message-id |
<1319653972.76.0.104343013768.issue13207@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Unicode environment vars work properly in Python 3.x on Windows, too, because the convertenviron() function in posixmodule.c uses extern _wenviron PyUnicode_FromWideChar() in Python 3.x. In Python 2.7, convertenviron() uses extern environ and PyString_FromString*(). |
|