mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
#17719: fix incorrect version number in deprecation doc.
Patch by Kent Johnson.
This commit is contained in:
parent
8e37d5df95
commit
a707f299cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue