Ticket #1599 (closed defect: duplicate)

Opened 5 years ago

Last modified 4 years ago

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

comment:1 Changed 5 years ago by mabshoff

  • Milestone set to sage-2.9.2

comment:2 Changed 4 years ago by boothby

  • Status changed from new to closed
  • Resolution set to duplicate

Rolled into #5079

comment:3 Changed 4 years ago by mabshoff

  • Milestone changed from sage-3.4.1 to sage-duplicate/invalid/wontfix
Note: See TracTickets for help on using tickets.