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

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 (Red Hat