commit | 008d88b46218ea618455c89cba74132be223c1a4 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed May 06 09:53:07 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed May 06 09:53:07 2015 +0300 |
tree | 5e9af6b78aa401dc33a3a5b7a292985984b6a902 | |
parent | 9749b5a6a36859518c2136e3050a01008b2478eb [diff] |
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.