From a692bf98520b7836f6b456c1fcc33f20bb45f952 Mon Sep 17 00:00:00 2001 From: jnothman Date: Wed, 10 Apr 2013 21:03:41 +1000 Subject: [PATCH] Remove obsolete StopIteration warning --- README.rst | 3 --- 1 file changed, 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: