[issue23465] Implement PEP 486 - Make the Python Launcher aware of virtual environments

Paul Moore report at bugs.python.org
Sat Feb 14 15:59:15 CET 2015


New submission from Paul Moore:

Implementation of PEP 486 (Make the Python Launcher aware of virtual environments). Tested manually on my local PC - there aren't currently any tests for the launcher that I can see (and I'm not entirely sure how I'd write such a test) so the patch includes code and docs but no tests.

----------
assignee: steve.dower
files: pep486.patch
keywords: patch
messages: 235974
nosy: pmoore, steve.dower, vinay.sajip
priority: normal
severity: normal
stage: patch review
status: open
title: Implement PEP 486 - Make the Python Launcher aware of virtual environments
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38139/pep486.patch

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


More information about the Python-bugs-list mailing list