mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Remove obsolete StopIteration warning
This commit is contained in:
parent
c037aa7710
commit
a692bf9852
1 changed files with 0 additions and 3 deletions
|
|
@ -151,9 +151,6 @@ the result, or ignoring it. The latter two methods return the number of elements
|
|||
in the upcoming container, so that each element in an array, or key-value pair
|
||||
in a map, can be unpacked or skipped individually.
|
||||
|
||||
Warning: these methods raise ``StopIteration`` when called at the end of the
|
||||
stream. Unless caught, this may silently break an iteration.
|
||||
|
||||
Each of these methods may optionally write the packed data it reads to a
|
||||
callback function:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue