Opened 13 years ago
Closed 11 years ago
#3772 closed defect (fixed)
Gnuplot.py uses IPython/Python 2.6 keyword with
Reported by: | Jondice | Owned by: | was |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.3 |
Component: | graphics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
sage: help Type help() for interactive help, or help(object) for help about object. sage: help('keywords') Here is a list of the Python keywords. Enter any keyword to get more help. and elif if print as else import raise assert except in return break exec is try class finally lambda while continue for not with def from or yield
Should be simple to fix, by renaming the with argument to something creative like witharg or w
Change History (2)
comment:1 Changed 13 years ago by
- Description modified (diff)
- Milestone set to sage-3.1.1
comment:2 Changed 11 years ago by
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This was fixed by the new spkg at #7187