Ticket #1599 (closed defect: duplicate)
another preparser edge case
| Reported by: | dmharvey | Owned by: | cwitty |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | misc | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: 3.xgcd(0)
(3, 1, 0)
sage: 3._xgcd(0)
------------------------------------------------------------
File "<ipython console>", line 1
RealNumber('3.')_xgcd(Integer(0))
^
<type 'exceptions.SyntaxError'>: invalid syntax
Change History
Note: See
TracTickets for help on using
tickets.
