mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Rip out all the u"..." literals and calls to unicode().
This commit is contained in:
parent
572dbf8f13
commit
ef87d6ed94
200 changed files with 18074 additions and 18074 deletions
|
@ -589,7 +589,7 @@ class StreamReader(Codec):
|
|||
|
||||
"""
|
||||
self.bytebuffer = ""
|
||||
self.charbuffer = u""
|
||||
self.charbuffer = ""
|
||||
self.linebuffer = None
|
||||
|
||||
def seek(self, offset, whence=0):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue