From a707f299cb325a8de7bb7cae746b264573bc1cfc Mon Sep 17 00:00:00 2001 From: R David Murray Date: Sat, 13 Apr 2013 15:29:22 -0400 Subject: [PATCH] #17719: fix incorrect version number in deprecation doc. Patch by Kent Johnson. --- Lib/idlelib/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index c4e1231f1a..4429c4b1cb 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -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 -- 2.50.1