This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients vinay.sajip, 鄭景文
Date 2016-03-29.18:49:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459277361.73.0.851087551703.issue26664@psf.upfronthosting.co.za>
In-reply-to
Content
The change you mention was in response to Issue #26348. The patch supplied there introduced the $ characters you say aren't required. I'm not a fish user, but it would seem that "$__VENV_PROMPT__" would resolve to the *value* of the environment variable __VENV_PROMPT__, whereas "__VENV_PROMPT__" would just resolve to the literal string "__VENV_PROMPT__" which doesn't seem like what is wanted. Can you explain the reasoning by which you assert that the $ isn't wanted?
History
Date User Action Args
2016-03-29 18:49:21vinay.sajipsetrecipients: + vinay.sajip, 鄭景文
2016-03-29 18:49:21vinay.sajipsetmessageid: <1459277361.73.0.851087551703.issue26664@psf.upfronthosting.co.za>
2016-03-29 18:49:21vinay.sajiplinkissue26664 messages
2016-03-29 18:49:21vinay.sajipcreate