Commit 464e75b8 authored by Guido van Rossum's avatar Guido van Rossum

Describe -E (which was added to 2.2a2).

parent 2d742ae7
...@@ -221,6 +221,13 @@ Core ...@@ -221,6 +221,13 @@ Core
to a dictionary object. Getting func.__dict__ before any attributes to a dictionary object. Getting func.__dict__ before any attributes
have been assigned now returns an empty dictionary instead of None. have been assigned now returns an empty dictionary instead of None.
- A new command line option, -E, was added which disables the use of
all environment variables, or at least those that are specifically
significant to Python. Usually those have a name starting with
"PYTHON". This was used to fix a problem where the tests fail if
the user happens to have PYTHONHOME or PYTHONPATH pointing to an
older distribution.
Library Library
- New class Differ and new functions ndiff() and restore() in difflib.py. - New class Differ and new functions ndiff() and restore() in difflib.py.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment