]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tim noticed that I had botched get_line_raw(). Looking again, I
authorGuido van Rossum <guido@python.org>
Sun, 7 Jan 2001 20:51:39 +0000 (20:51 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 7 Jan 2001 20:51:39 +0000 (20:51 +0000)
commit4ddf0a01f7becb98b223225edeb48fd69e78934b
treec7a0552b3a2ec06f28ea14d42c4ec3e06d6fc3ff
parente3fb18c1c47bda766c8e234368f4884cec1189ce
Tim noticed that I had botched get_line_raw().  Looking again, I
realized that this behavior is already present in PyFile_GetLine(),
which is the only place that needs it.  A little refactoring of that
function made get_line_raw() redundant.
Objects/fileobject.c