PyFile_WriteString(): change prototype so that the string arg is
const char* instead of char*. The change is conceptually correct, and indirectly fixes a compiler wng introduced when somebody else innocently passed a const char* to this function.
T
Tim Peters committed
c1bbcb87aa8b576c8934aed6555681a62c820c25
Parent: 75cdad5