[issue15417] Add support for csh and fish in venv activation scripts

Vinay Sajip report at bugs.python.org
Mon Jul 23 17:37:01 CEST 2012


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

I have no objection in principle to supporting additional shells, but do have the following comments/questions:

1. Georg feels that this is a new feature he doesn't want to add to 3.3. IMO we have to respect his judgement as RM, no matter how trivial the change might seem. It's more about the discipline of the process than it is about any one specific change.

2. Where do we draw the line in terms of support for ("arbitrary") shells? Each activation script will potentially need maintenance into the future. It was originally envisaged that the stdlib code would add minimal support for activation scripts and that third-party tools would add support for additional shells and other value-adding features. The venv API design was intended to facilitate usage by third-party code.

----------
versions: +Python 3.4 -Python 3.3

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


More information about the Python-bugs-list mailing list