Issue19375
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 -> closed resolution: fixed stage: resolved |
| 2013-10-25 19:40:21 | python-dev | set | nosy:
+ python-dev messages: + msg201282 |
| 2013-10-24 20:19:33 | pitrou | set | files:
+ deprecate_site_python.patch keywords: + patch messages: + msg201180 |
| 2013-10-24 10:12:03 | barry | set | nosy:
+ barry |
| 2013-10-24 09:14:26 | vstinner | set | nosy:
+ vstinner messages: + msg201104 |
| 2013-10-24 09:11:11 | pitrou | create | |

