]> granicus.if.org Git - python/commit
PyFile_WriteString(): change prototype so that the string arg is
authorTim Peters <tim.peters@gmail.com>
Wed, 28 Nov 2001 22:13:25 +0000 (22:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 28 Nov 2001 22:13:25 +0000 (22:13 +0000)
commitc1bbcb87aa8b576c8934aed6555681a62c820c25
treed040b6a5b5caaa5307dd62a45c5ba31632dbb674
parent75cdad558472781162a83439f3e6edb61d4d40e6
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.
Include/fileobject.h
Objects/fileobject.c