Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32aa5d2

Browse files
committed
Describe -E (which was added to 2.2a2).
1 parent 03a3bb8 commit 32aa5d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@ Core
221221
to a dictionary object. Getting func.__dict__ before any attributes
222222
have been assigned now returns an empty dictionary instead of None.
223223

224+
- A new command line option, -E, was added which disables the use of
225+
all environment variables, or at least those that are specifically
226+
significant to Python. Usually those have a name starting with
227+
"PYTHON". This was used to fix a problem where the tests fail if
228+
the user happens to have PYTHONHOME or PYTHONPATH pointing to an
229+
older distribution.
230+
224231
Library
225232

226233
- New class Differ and new functions ndiff() and restore() in difflib.py.

0 commit comments

Comments
 (0)