-
-
Notifications
You must be signed in to change notification settings - Fork 676
Open
Description
sage: PS = ZZ[['t']]
sage: PS( [1,2,3,4] )
1 + 2*t + 3*t^2 + 4*t^3
sage: PS( (1,2,3,4) )
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
....
TypeError: unable to coerce <type 'tuple'> to an integer
CC: @burcin
Component: commutative algebra
Keywords: sd34
Issue created by migration from https://trac.sagemath.org/ticket/11858