Re: Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-22 Thread Terry Reedy
Fredrik Lundh wrote: Robert Kern wrote: (if someone wants to submit this to bugs.python.org, be my guest) http://bugs.python.org/issue3936 -- http://mail.python.org/mailman/listinfo/python-list

Re: Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-22 Thread Fredrik Lundh
Robert Kern wrote: No warnings show up when importing the offending module: Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from sympy.mpmath import specfun >>>

Re: Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-22 Thread Robert Kern
Fredrik Lundh wrote: Mensanator wrote: I'm not the one who wrote sympy, so I guess I'm not the only one who didn't notice it. If it's a well known problem, then sorry I wasted your time. Given that 2.5 explicitly warns about this specific change: >>> as = 1 :1: Warning: 'as' will become a

Re: Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-21 Thread Mensanator
On Sep 21, 4:37 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Mensanator wrote: > > I'm not the one who wrote sympy, so I guess I'm not > > the only one who didn't notice it. > > > If it's a well known problem, then sorry I wasted > > your time. > > Given that 2.5 explicitly warns about this speci

Re: Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-21 Thread Fredrik Lundh
Mensanator wrote: I'm not the one who wrote sympy, so I guess I'm not the only one who didn't notice it. If it's a well known problem, then sorry I wasted your time. Given that 2.5 explicitly warns about this specific change: >>> as = 1 :1: Warning: 'as' will become a reserved keyword in Pyt

Re: Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-20 Thread Mensanator
On Sep 20, 1:34�pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > On Sat, Sep 20, 2008 at 1:27 PM, Mensanator <[EMAIL PROTECTED]> wrote: > > Beacuse in 2.6, Python apparently has fixed a discrepency that existed > > in previous versions. > > > In the IDLE that comes with 2.5, typing "as", to wit "i

Re: Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-20 Thread Guilherme Polo
On Sat, Sep 20, 2008 at 1:27 PM, Mensanator <[EMAIL PROTECTED]> wrote: > Beacuse in 2.6, Python apparently has fixed a discrepency that existed > in previous versions. > > In the IDLE that comes with 2.5, typing "as", to wit "import random as > ran", > the words "import" and "as" highlight in red,

Here's something interesting: sympy crashes in Python 2.6 (Windows)

2008-09-20 Thread Mensanator
Beacuse in 2.6, Python apparently has fixed a discrepency that existed in previous versions. In the IDLE that comes with 2.5, typing "as", to wit "import random as ran", the words "import" and "as" highlight in red, so you can't use them as variable names or you'll get a syntax error. Ah, but you