]> granicus.if.org Git - python/commit
Patch by Ron Klatchko: fix invariant in _unread(). Also fixed
authorGuido van Rossum <guido@python.org>
Mon, 3 Aug 1998 15:41:39 +0000 (15:41 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Aug 1998 15:41:39 +0000 (15:41 +0000)
commit84c6fc9653ec5482fc94a8923812591a0cf14e53
tree21cc4f31f7c605e854e515c26b1e4f8e0a58a927
parent6fd83b7b38d0b2a8c9ff5e5b553a1ea6f7306ef4
Patch by Ron Klatchko: fix invariant in _unread().  Also fixed
readlines() to behave like it should (return lines with "\n" appended).
Lib/gzip.py