[sage-devel] deprecate symbolic function call notation

2011-11-07 Thread William Stein
Hi, Twice in the last day I've hit this deprecation warning due to making a stupid typo: sage: d(N) = (1/2)*(N^2-1)(N^2-N)/(N-1) # contains stupid typo /Users/wstein/sage/install/current/local/lib/python2.6/site-packages/IPython/iplib.py:2073: DeprecationWarning: Substitution using

Re: [sage-devel] deprecate symbolic function call notation

2011-11-07 Thread Burcin Erocal
On Mon, 7 Nov 2011 12:00:57 -0800 William Stein wst...@gmail.com wrote: Twice in the last day I've hit this deprecation warning due to making a stupid typo: sage: d(N) = (1/2)*(N^2-1)(N^2-N)/(N-1) # contains stupid typo

Re: [sage-devel] deprecate symbolic function call notation

2011-11-07 Thread Michael Orlitzky
On 11/07/2011 03:00 PM, William Stein wrote: Hi, Twice in the last day I've hit this deprecation warning due to making a stupid typo: sage: d(N) = (1/2)*(N^2-1)(N^2-N)/(N-1) # contains stupid typo