diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-05 19:12:44 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-05 19:12:44 (GMT) |
commit | 9b1e59a2b3a4683b38762576361f8ee3361314f4 (patch) | |
tree | c497659114eb5b3e16fb90c1863cf98280dd9e06 /Lib/idlelib/help.txt | |
parent | 81e5e0a725a21823a90c39e4853871942ccd751c (diff) | |
download | cpython-9b1e59a2b3a4683b38762576361f8ee3361314f4.zip cpython-9b1e59a2b3a4683b38762576361f8ee3361314f4.tar.gz cpython-9b1e59a2b3a4683b38762576361f8ee3361314f4.tar.bz2 |
Issue #16123: IDLE - deprecate running without a subprocess.
Patch by Roger Serwy
Diffstat (limited to 'Lib/idlelib/help.txt')
-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 7bfd2ca..9314573 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -256,7 +256,7 @@ Command line usage: Enter idle -h at the command prompt to get a usage message. -Running without a subprocess: +Running without a subprocess: (DEPRECATED) 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 |