Update section on alternative Python implementations.
This commit is contained in:
parent
e071a3e683
commit
5bbe4953cb
20
pep-0405.txt
20
pep-0405.txt
|
@ -435,6 +435,18 @@ files. Rationale for this choice:
|
||||||
.. _Google Code Search: http://www.google.com/codesearch#search/&q=sys\.prefix&p=1&type=cs
|
.. _Google Code Search: http://www.google.com/codesearch#search/&q=sys\.prefix&p=1&type=cs
|
||||||
|
|
||||||
|
|
||||||
|
Impact on other Python implementations
|
||||||
|
--------------------------------------
|
||||||
|
|
||||||
|
The majority of this PEP's changes occur in the standard library, which is
|
||||||
|
shared by other Python implementations and should not present any
|
||||||
|
problem.
|
||||||
|
|
||||||
|
Other Python implementations will need to replicate the new
|
||||||
|
``sys.prefix``-finding behavior of the interpreter bootstrap, including
|
||||||
|
locating and parsing the ``pyvenv.cfg`` file, if it is present.
|
||||||
|
|
||||||
|
|
||||||
Open Questions
|
Open Questions
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -503,14 +515,6 @@ to not require that Xcode is installed.
|
||||||
.. _Virtualenv uses: https://github.com/pypa/virtualenv/issues/168
|
.. _Virtualenv uses: https://github.com/pypa/virtualenv/issues/168
|
||||||
|
|
||||||
|
|
||||||
Other Python implementations?
|
|
||||||
-----------------------------
|
|
||||||
|
|
||||||
We should get feedback from Jython, IronPython, and PyPy about whether
|
|
||||||
there's anything in this PEP that they foresee as a difficulty for
|
|
||||||
their implementation.
|
|
||||||
|
|
||||||
|
|
||||||
Reference Implementation
|
Reference Implementation
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue