merge from 3.2

Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
Daniel Ellis.
diff --git a/Misc/NEWS b/Misc/NEWS
index de94938..2680747 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,22 @@
 Library
 -------
 
+C API
+-----
+
+Extension Modules
+-----------------
+
+Tools/Demos
+-----------
+
+Documentation
+-------------
+
+- Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by
+  Daniel Ellis.
+
+
 
 What's New in Python 3.3.0 Beta 2?
 ==================================