diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-15 11:01:41 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-15 11:01:41 (GMT) |
commit | 48eabbeffd200d6bc9c994d1dd49319bbc64ae6b (patch) | |
tree | 5fd1342f64def898edeeae88ff615180ebe3f125 /Lib | |
parent | e2df5cfcbd37ca88a9826c2e1647ac09964beb33 (diff) | |
parent | f4e998364e4f9dd7f3ec4cd64aaac01a68c62ff4 (diff) | |
download | cpython-48eabbeffd200d6bc9c994d1dd49319bbc64ae6b.zip cpython-48eabbeffd200d6bc9c994d1dd49319bbc64ae6b.tar.gz cpython-48eabbeffd200d6bc9c994d1dd49319bbc64ae6b.tar.bz2 |
#20634: merge with 3.3.
Diffstat (limited to 'Lib')
-rw-r--r-- | 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 index a8d4dcb..d0dde25 100644 --- a/Lib/idlelib/idle_test/README.txt +++ b/Lib/idlelib/idle_test/README.txt @@ -105,4 +105,4 @@ makes other tests fail (issue 18081). 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 |