commit | 2f76f73d7326496b7fff114fd478e764c13111f4 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun Aug 12 11:58:53 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun Aug 12 11:58:53 2012 -0700 |
tree | b1986cfab308eb9a8bd02c1792baca7b1df3c5e0 | |
parent | 614e44a0fa650751f7972bb7e38f00f5f7599871 [diff] [blame] |
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by Daniel Ellis.
diff --git a/Misc/NEWS b/Misc/NEWS index baece2e..dfd431f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -350,6 +350,9 @@ Documentation ------------- +- Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by + Daniel Ellis. + - Issue #13557: Clarify effect of giving two different namespaces to exec or execfile().