Request for Pronouncement: PEP 486 - Make the Python Launcher aware of virtual environments
The discussion on PEP 486 (started at https://mail.python.org/pipermail/python-dev/2015-February/138171.html, following from the thread at https://mail.python.org/pipermail/python-dev/2015-February/138160.html) seems to have died down. There's an implementation at http://bugs.python.org/issue23465. So, I think this is ready for pronouncement. Thanks, Paul
Thanks for doing this, Paul! I think this is a fine PEP and I have no comments. (Note that I am not much of a Windows user so I am just taking most of the things you claim at face value. :-) I will accept the PEP in 1-3 days unless a storm of objections gets piled onto this thread. --Guido On Sat, Feb 21, 2015 at 1:31 AM, Paul Moore <p.f.moore@gmail.com> wrote:
The discussion on PEP 486 (started at https://mail.python.org/pipermail/python-dev/2015-February/138171.html, following from the thread at https://mail.python.org/pipermail/python-dev/2015-February/138160.html) seems to have died down. There's an implementation at http://bugs.python.org/issue23465.
So, I think this is ready for pronouncement.
Thanks, Paul _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido)
PEP 486 is hereby accepted. You can fix the typo at the same time as marking it as accepted. Paul, thanks and congrats, everyone else, thanks for the feedback! --Guido On Tue, Feb 24, 2015 at 12:45 PM, Guido van Rossum <guido@python.org> wrote:
Thanks for doing this, Paul!
I think this is a fine PEP and I have no comments. (Note that I am not much of a Windows user so I am just taking most of the things you claim at face value. :-) I will accept the PEP in 1-3 days unless a storm of objections gets piled onto this thread.
--Guido
On Sat, Feb 21, 2015 at 1:31 AM, Paul Moore <p.f.moore@gmail.com> wrote:
The discussion on PEP 486 (started at https://mail.python.org/pipermail/python-dev/2015-February/138171.html, following from the thread at https://mail.python.org/pipermail/python-dev/2015-February/138160.html) seems to have died down. There's an implementation at http://bugs.python.org/issue23465.
So, I think this is ready for pronouncement.
Thanks, Paul _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido)
-- --Guido van Rossum (python.org/~guido)
Neat, but there's a typo under rationale: # Execute an installed module (these could use python -m, # which is longer to type but is a little *mopre* similar to the # launcher approach) pip install pytest py.test s/mopre/more/ On Sat, Feb 21, 2015 at 3:31 AM, Paul Moore <p.f.moore@gmail.com> wrote:
The discussion on PEP 486 (started at https://mail.python.org/pipermail/python-dev/2015-February/138171.html, following from the thread at https://mail.python.org/pipermail/python-dev/2015-February/138160.html) seems to have died down. There's an implementation at http://bugs.python.org/issue23465.
So, I think this is ready for pronouncement.
Thanks, Paul _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
-- Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was nul-terminated." Personal reality distortion fields are immune to contradictory evidence. - srean Check out my website: http://kirbyfan64.github.io/
participants (3)
-
Guido van Rossum
-
Paul Moore
-
Ryan Gonzalez