re bugs

2002-11-10 Thread Kai Hendry
test.py is: import re p = re.compile('[a-z]+') print p The first error message is from python2.1, python2.2 and last python2.3 from SID. I think this is a serious packaging error, as it works on [GCC 2.96 2731 (Red Hat Linux 7.2 2.96-109)] on linux2 Regards, -Kai Hendry [EMAIL PROTECTED]:/

Re: re bugs

2002-11-10 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Nov 10, 2002 at 12:55:36PM +0200, Kai Hendry wrote: > test.py is: > import re > p = re.compile('[a-z]+') > print p > > The first error message is from python2.1, python2.2 and last > python2.3 from SID. > > [EMAIL PROTECTED]:/tmp$ vim test.py

Re: re bugs

2002-11-10 Thread Andrew Bennetts
On Sun, Nov 10, 2002 at 12:55:36PM +0200, Kai Hendry wrote: > test.py is: > import re > p = re.compile('[a-z]+') > print p > > The first error message is from python2.1, python2.2 and last > python2.3 from SID. > > I think this is a serious packaging error, as it works on [GCC 2.96 > 2731 (Re

Re: re (no) bugs

2002-11-10 Thread Kai Hendry
Arg! Yes there is a rogue re.pyc in there. It was very very dangerous(yes, and silly) to name my initial re experimentation file re.py. Sorry for wasting your time, -Kai On Sun, Nov 10, 2002 at 10:11:19PM +1100, Andrew Bennetts wrote: > Is there a file called "re.pyc" in the same directory as