Bonjour,

I just noticed the following change in sage.env:

┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.6, Release Date: 2019-01-15                     │
│ Using Python 3.6.6. Type "help()" for help.                        │
└────────────────────────────────────────────────────────────────────┘
sage: from sage.env import SAGE_LOGS
sage: SAGE_LOGS
'/home/slabbe/GitBox/sage3/logs/pkgs'




┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.7, Release Date: 2019-03-23                     │
│ Using Python 2.7.15. Type "help()" for help.                       │
└────────────────────────────────────────────────────────────────────┘
sage: from sage.env import SAGE_LOGS
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-522abf105275> in <module>()
----> 1 from sage.env import SAGE_LOGS

ImportError: cannot import name SAGE_LOGS

Is this something we would like to keep in sage.env?

Sébastien

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to