]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cleaned how _BytesIO.read() returns an empty bytes object.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 7 May 2008 00:09:04 +0000 (00:09 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 7 May 2008 00:09:04 +0000 (00:09 +0000)
commit2e0419dcd69cab245d30b92a7f442fd4617ca8f8
tree3235d58d48fd8f5330043242eeb1598863eb09ef
parent8e99760c90c33fbfa1fbf8370df4b8503322e9b8
Cleaned how _BytesIO.read() returns an empty bytes object.

Thank you, Guido, for noticing!
Lib/io.py