]> granicus.if.org Git - python/commitdiff
#17719: fix incorrect version number in deprecation doc.
authorR David Murray <rdmurray@bitdance.com>
Sat, 13 Apr 2013 19:29:22 +0000 (15:29 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 13 Apr 2013 19:29:22 +0000 (15:29 -0400)
Patch by Kent Johnson.

Lib/idlelib/help.txt

index c4e1231f1a71f13e80efc42e95259d7fd41b0cb3..4429c4b1cbdc78b5c7db41fa85f7e1f591eb45a9 100644 (file)
@@ -340,7 +340,7 @@ Command line usage:
            script name is -, no script is executed but an interactive Python
            session is started; the arguments are still available in sys.argv.
 
-Running without a subprocess: (DEPRECATED in Python 3.5 see Issue 16123)
+Running without a subprocess: (DEPRECATED in Python 3.4 see Issue 16123)
 
         If IDLE is started with the -n command line switch it will run in a
         single process and will not create the subprocess which runs the RPC