mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added a banner to the shell startup message discussing possible
warnings from personal firewall software. Added the same text to README.txt, updated NEWS.txt for release. M NEWS.txt M PyShell.py M README.txt
This commit is contained in:
parent
7fbc3046df
commit
220fecf0f4
3 changed files with 26 additions and 2 deletions
|
@ -21,6 +21,11 @@ This enhancement has often been requested, and is now finally available. The
|
|||
magic "reload/import *" incantations are no longer required when editing and
|
||||
testing a module two or three steps down the import chain.
|
||||
|
||||
(Personal firewall software may warn about the connection IDLE makes to its
|
||||
subprocess using this computer's internal loopback interface. This connection
|
||||
is not visible on any external interface and no data is sent to or received
|
||||
from the Internet.)
|
||||
|
||||
It is possible to interrupt tightly looping user code, even on Windows.
|
||||
|
||||
Applications which cannot support subprocesses and/or sockets can still run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue