]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell().
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 May 2015 06:53:07 +0000 (09:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 May 2015 06:53:07 +0000 (09:53 +0300)
commit008d88b46218ea618455c89cba74132be223c1a4
tree5e9af6b78aa401dc33a3a5b7a292985984b6a902
parent9749b5a6a36859518c2136e3050a01008b2478eb
Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell().
Parsed value should be bytes, not general robuffer, this is required in other
places.
Modules/_io/textio.c