# HG changeset patch # User Atul Varma # Date 1213189285 25200 # Node ID 29cb4fab61cb73417846b4dced59a0d9b13ad340 # Parent 8f019284f1d1b1cd61130d38c4f0ac3198625a3b Added a brief note about break and continue statements. diff -r 8f019284f1d1 -r 29cb4fab61cb PythonForJsProgrammers.txt --- a/PythonForJsProgrammers.txt Tue Jun 10 23:56:18 2008 -0700 +++ b/PythonForJsProgrammers.txt Wed Jun 11 06:01:25 2008 -0700 @@ -459,6 +459,9 @@ 1 2 +Python also has ``break`` and ``continue`` statements, which work as +expected. + Dictionaries ============