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.
Showing
Please
register
or
sign in
to comment