Ticket #641 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[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

cython-sage-all.patch Download (0.9 KB) - added by robertwb 3 years ago.

Change History

Changed 3 years ago by robertwb

Changed 3 years ago by robertwb

  • owner changed from boothby to robertwb
  • status changed from new to assigned

Changed 3 years ago by mabshoff

  • summary changed from from sage.all import * for spyx files/cython notebook cells to [patch] from sage.all import * for spyx files/cython notebook cells

Changed 3 years ago by mabshoff

  • summary changed from [patch] from sage.all import * for spyx files/cython notebook cells to [with patch] from sage.all import * for spyx files/cython notebook cells

Changed 3 years ago by mabshoff

  • milestone changed from sage-2.9 to sage-2.8.4.3

Changed 3 years ago by was

  • status changed from assigned to closed
  • resolution set to fixed

This is frickin' awesome. In sage-2.8.4.3. Done.

Note: See TracTickets for help on using tickets.