Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a3bb8 commit 32aa5d2Copy full SHA for 32aa5d2
1 file changed
Misc/NEWS
@@ -221,6 +221,13 @@ Core
221
to a dictionary object. Getting func.__dict__ before any attributes
222
have been assigned now returns an empty dictionary instead of None.
223
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
+
231
Library
232
233
- New class Differ and new functions ndiff() and restore() in difflib.py.
0 commit comments