Issue 19375: Deprecate site-python in site.py (original) (raw)
Issue19375
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/63574
classification
Title: | Deprecate site-python in site.py | ||
---|---|---|---|
Type: | enhancement | Stage: | resolved |
Components: | Library (Lib) | Versions: | Python 3.4 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | barry, christian.heimes, loewis, pitrou, python-dev, vstinner | |
Priority: | normal | Keywords: | patch |
Created on 2013-10-24 09:11 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
deprecate_site_python.patch | pitrou,2013-10-24 20:19 | review |
Messages (4) | ||
---|---|---|
msg201103 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2013-10-24 09:11 |
I suggest deprecating the "site-python" feature from site.py, as proposed by Guido on python-dev: https://mail.python.org/pipermail/python-dev/2013-October/129820.html - if a "site-python" directory is detected and added from site.py, a DeprecationWarning should be emitted - the site.py docs should mention the deprecation | ||
msg201104 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2013-10-24 09:14 |
Guido wrote "I suggest that we remove that feature. (People who want it can always patch up their own $PYTHONPATH.)". It's different than deprecating the feature :-) I didn't know the feature before you proposed to remove it. Is the site-python thing used in the wild? I never see any OS relying on it. | ||
msg201180 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2013-10-24 20:19 |
Here is a patch. | ||
msg201282 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-10-25 19:40 |
New changeset 90c56229efb7 by Antoine Pitrou in branch 'default': Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. http://hg.python.org/cpython/rev/90c56229efb7 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:52 | admin | set | github: 63574 |
2013-10-25 19:40:36 | pitrou | set | status: open -> closedresolution: fixedstage: resolved |
2013-10-25 19:40:21 | python-dev | set | nosy: + python-devmessages: + |
2013-10-24 20:19:33 | pitrou | set | files: + deprecate_site_python.patchkeywords: + patchmessages: + |
2013-10-24 10:12:03 | barry | set | nosy: + barry |
2013-10-24 09:14:26 | vstinner | set | nosy: + vstinnermessages: + |
2013-10-24 09:11:11 | pitrou | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements