Tim Peters c1bbcb87aa 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.
2001-11-28 22:13:25 +00:00
..
2001-01-25 20:04:14 +00:00
2001-08-02 04:15:00 +00:00
2001-08-10 21:38:04 +00:00
2001-08-10 20:28:28 +00:00
2001-08-02 04:15:00 +00:00
2001-03-02 06:10:17 +00:00
2001-11-16 21:12:25 +00:00
2001-10-05 21:55:19 +00:00
2001-10-05 22:06:45 +00:00