diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-04-13 19:29:22 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-04-13 19:29:22 (GMT) |
commit | a707f299cb325a8de7bb7cae746b264573bc1cfc (patch) | |
tree | e979864008a0da238f0c3f82188e7e2e1989a90a | |
parent | 8e37d5df95535081426f5e7fe450695f6dcfe676 (diff) | |
download | cpython-a707f299cb325a8de7bb7cae746b264573bc1cfc.zip cpython-a707f299cb325a8de7bb7cae746b264573bc1cfc.tar.gz cpython-a707f299cb325a8de7bb7cae746b264573bc1cfc.tar.bz2 |
#17719: fix incorrect version number in deprecation doc.
Patch by Kent Johnson.
-rw-r--r-- | Lib/idlelib/help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index c4e1231..4429c4b 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 |