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
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
>>>
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
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
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
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
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,
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