Ticket #641 (closed enhancement: fixed)
[with patch] from sage.all import * for spyx files/cython notebook cells
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.5 |
| Component: | notebook | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
In spyx files, and cython blocks of the notebook, all names in sage.all are available (one doesn't need to import Integer, et al.)
This means that miss-spelled/non-existent names will not be caught at compile time though.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

