]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #925107] Make .readline() consider self.stop. This makes read() and readline...
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 7 Jul 2004 14:09:21 +0000 (14:09 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 7 Jul 2004 14:09:21 +0000 (14:09 +0000)
commit1263bd8b6c507e15df7df506c94b54d9629a8ec8
treedc8addf462b9ec1ab3b817d13b786ca24793cd67
parent5a8b4593d3d426ef58109a6d1cdb208917128b50
[Bug #925107] Make .readline() consider self.stop.  This makes read() and readline() very similar, so they're refactored into _read.  Patch by Johannes Gijsbers.
2.3 bugfix candidate.
Lib/mailbox.py