Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0d8a1 commit e84b633Copy full SHA for e84b633
1 file changed
Lib/codecs.py
@@ -259,7 +259,9 @@ def reset(self):
259
def getstate(self):
260
"""
261
Return the current state of the decoder. This must be a
262
- (buffered_input, additional_state_info) tuple.
+ (buffered_input, additional_state_info) tuple. By convention,
263
+ additional_state_info should represent the state of the decoder
264
+ WITHOUT yet having processed the contents of buffered_input.
265
266
return (b"", 0)
267
0 commit comments