[Python-checkins] cpython (merge 3.3 -> default): #20634: merge with 3.3.

ezio.melotti python-checkins at python.org
Sat Feb 15 12:02:03 CET 2014


http://hg.python.org/cpython/rev/dcbbff7e6b56
changeset:   89195:dcbbff7e6b56
parent:      89192:9f76adbac8b7
parent:      89194:be42b12065d7
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Feb 15 13:01:41 2014 +0200
summary:
  #20634: merge with 3.3.

files:
  Lib/idlelib/idle_test/README.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/idle_test/README.txt b/Lib/idlelib/idle_test/README.txt
--- a/Lib/idlelib/idle_test/README.txt
+++ b/Lib/idlelib/idle_test/README.txt
@@ -105,4 +105,4 @@
 To run an individual Testcase or test method, extend the dotted name given to
 unittest on the command line. (But gui tests will not this way.)
 
-python -m unittest -v idlelib.idle_test.text_xyz.Test_case.test_meth
+python -m unittest -v idlelib.idle_test.test_xyz.Test_case.test_meth

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


More information about the Python-checkins mailing list