]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replaced the last attempt at an "unreadline" with one that actually
authorGreg Ward <gward@python.net>
Mon, 29 Mar 1999 18:01:49 +0000 (18:01 +0000)
committerGreg Ward <gward@python.net>
Mon, 29 Mar 1999 18:01:49 +0000 (18:01 +0000)
commit91c488c1fc43024592438b0671c5a7e5b16abe07
tree6c76c96b774c1314daf04f54c2e956a964148c88
parent8e702d4e8eb547548e4315495a48a8fdaf581f2f
Replaced the last attempt at an "unreadline" with one that actually
works on non-seekable file-like objects, such as URLs.  (Oops.)
Lib/distutils/text_file.py