]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyFile_WriteObject() should use PyObject_Repr(), not _ReprStr8().
authorGuido van Rossum <guido@python.org>
Tue, 9 Oct 2007 21:55:58 +0000 (21:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Oct 2007 21:55:58 +0000 (21:55 +0000)
commite518bf3c49b9d43f99511516a36cd363649cc44e
tree8f42a1fc110937c246f71ee6bdb09326ade7ef86
parent762d4a4164211076abfc31407523d906aa806686
PyFile_WriteObject() should use PyObject_Repr(), not _ReprStr8().
Objects/fileobject.c