[Python-checkins] cpython (merge 3.2 -> default): merge

raymond.hettinger python-checkins at python.org
Thu Jul 12 20:27:06 CEST 2012


http://hg.python.org/cpython/rev/38f822128c65
changeset:   78068:38f822128c65
parent:      78066:387ce49230cf
parent:      78067:f1a0823b7772
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Jul 12 11:26:56 2012 -0700
summary:
  merge

files:
  Doc/library/cmd.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/cmd.rst b/Doc/library/cmd.rst
--- a/Doc/library/cmd.rst
+++ b/Doc/library/cmd.rst
@@ -276,7 +276,7 @@
             print('Thank you for using Turtle')
             self.close()
             bye()
-            sys.exit(0)
+            return True
 
         # ----- record and playback -----
         def do_record(self, arg):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list