Your message dated Sun, 7 Apr 2019 15:32:32 +0000
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #803715,
regarding python variables not reachable as environment variables
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
803715: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803715
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ipython3
Version: 2.3.0-2
An recent update of some other component seems to break passing of python
variables to the environment of a shell command.
When invoking ipython we see that it is working as expected:
In [1]: var = "env"
In [2]: !echo $var is env
env is env
Behaviour when invoking ipython3:
In [1]: var = "env"
In [2]: !echo $var is env
is env
--- End Message ---
--- Begin Message ---
This does not appear to be an issue as of 5.8.0; closing.
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team