summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2013-04-12 00:46:47 -0700
committerINADA Naoki <songofacandy@gmail.com>2013-04-12 00:46:47 -0700
commitb587bb02c4d4abc2596bef486d52185ba9e5aae2 (patch)
tree9e2e145f4658e7c901daf70d7d3365c9098deee0
parentc037aa7710cc93d11584a77c5d73773af6cd8172 (diff)
parenta692bf98520b7836f6b456c1fcc33f20bb45f952 (diff)
downloadmsgpack-python-b587bb02c4d4abc2596bef486d52185ba9e5aae2.tar.gz
Merge pull request #60 from jnothman/patch-2
Remove obsolete StopIteration warning
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index da2f023..294cd63 100644
--- a/README.rst
+++ b/README.rst
@@ -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: