(original) (raw)
changeset: 83311:eac4e23ce2fd user: R David Murray rdmurray@bitdance.com date: Sat Apr 13 15:29:22 2013 -0400 files: Lib/idlelib/help.txt description: #17719: fix incorrect version number in deprecation doc. Patch by Kent Johnson. diff -r 1158c38bf2dc -r eac4e23ce2fd Lib/idlelib/help.txt --- a/Lib/idlelib/help.txt Sat Apr 13 14:49:48 2013 -0400 +++ b/Lib/idlelib/help.txt Sat Apr 13 15:29:22 2013 -0400 @@ -340,7 +340,7 @@ 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 /rdmurray@bitdance.com