[issue19375] Deprecate site-python in site.py

Antoine Pitrou report at bugs.python.org
Thu Oct 24 11:11:11 CEST 2013


New submission from Antoine Pitrou:

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

----------
components: Library (Lib)
messages: 201103
nosy: christian.heimes, loewis, pitrou
priority: normal
severity: normal
status: open
title: Deprecate site-python in site.py
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19375>
_______________________________________


More information about the Python-bugs-list mailing list