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]:/
-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
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
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
4 matches
Mail list logo