commit | 11019804f6821a1804c9f2b731f19da0cb806d08 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 09 22:58:05 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 09 22:58:05 2007 +0000 |
tree | e13a63e6a22b744a6391cf419c86c5fb4a0f6599 | |
parent | f39317a972568f66191867e833f5b2b3963caaa6 [diff] |
In PyFile_WriteString(), call PyUnicode_FromString() instead of PyString_FromString(). This is arguably more correct, even if it shouldn't matter much (all the input is likely to be ASCII).