]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the reset() method of IncrementalNewlineDecoder to
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 28 Dec 2007 01:24:22 +0000 (01:24 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 28 Dec 2007 01:24:22 +0000 (01:24 +0000)
commitc3d7fe0dbe8ed193ec34615d69e4dee485855b45
tree4d634d65e0397829efe09eab4a373564d0067e4f
parent5fb7c2ad0b59b670898c8b1622ddc37331b5cb9e
Fix the reset() method of IncrementalNewlineDecoder to
also reset self.seennl.
Lib/io.py