]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Mon, 1 May 2000 16:17:32 +0000 (16:17 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 1 May 2000 16:17:32 +0000 (16:17 +0000)
commitd58c26fec6a8e3e33b8337c5e002c28f6f26e42d
treed8c412f5d5595271aa970df55142bef80a65f9ea
parent3cef856dd9db9e998d4fa3395b466f2ed42f7fc9
Marc-Andre Lemburg:

The two methods .readline() and .readlines() in StreamReaderWriter
didn't define the self argument. Found by Tom Emerson.
Lib/codecs.py