SIGN IN SIGN UP

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).
G
Guido van Rossum committed
11019804f6821a1804c9f2b731f19da0cb806d08
Parent: f39317a