Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d26222de
Commit
d26222de
authored
Feb 10, 2014
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PYTHONPATH wording. It's just PATH, not "normal posix convention".
parent
d783bc3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+4
-5
No files found.
Doc/whatsnew/3.4.rst
View file @
d26222de
...
...
@@ -1616,14 +1616,13 @@ that may require changes to your code.
Changes in 'python' command behavior
------------------------------------
* In a posix shell, setting an environment variable to an empty value is
generally equivalent to not setting it at all. In particular, this is true
for the :envvar:`PATH` environment variable. However, setting
* In a posix shell, setting the :envvar:`PATH` environment variable to
an empty value is equivalent to not setting it at all. However, setting
:envvar:`PYTHONPATH` to an empty value was *not* equivalent to not setting it
at all: setting :envvar:`PYTHONPATH` to an empty value was equivalent to
setting it to ``.``, which leads to confusion when reasoning by analogy to
how :envvar:`PATH` works. The behavior now conforms to the
normal posix
convention
.
how :envvar:`PATH` works. The behavior now conforms to the
posix convention
for :envvar:`PATH`
.
Changes in the Python API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment