2004年09月15日 星期三 08:09
不同的实现下可能有些不同。 就象access中sql它可以支持(*,?)这样的通配符,但sql标准中的是(%,_),因 此不能说不支持(*,?)的数据库是有错的 不过也许这个表达式的确是标准的,呵呵! -----邮件原件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 Anew 发送时间: 2004年9月15日 1:25 收件人: python-chinese 主题: [python-chinese] Python还是有很多错误啊 python-chinese,您好! 最近很多用Python,所以感觉尤为深刻。不多说了,给大家看一个例子: 这个是我在使用正则表达式的时候得错误。 reTxt="""(.*)?""" re.compile(reTxt) 错误是: re.compile(reTxt) Traceback (most recent call last): File "", line 1, in ? File "D:\usr\PROGRA~1\Python23\lib\sre.py", line 179, in compile return _compile(pattern, flags) File "D:\usr\PROGRA~1\Python23\lib\sre.py", line 229, in _compile raise error, v # invalid expression (不正确的表达式! 晕~~~~ ) error: nothing to repeat 我还在我的Gentoo Linux 上测试了一下,也一样.python 的版本是 2.3.3 (PS: 虽然我不想说,但是我在 .net下却可以实现.) 致 礼! Anew Anewboy at citiz.net 2004-09-15
2004年09月15日 星期三 11:59
是不是?号要放在括号里面啊。 On Wed, 15 Sep 2004 08:09:14 +0800, zhao <bear_sh at eastday.com> wrote: > 不同的实现下可能有些不同。 > 就象access中sql它可以支持(*,?)这样的通配符,但sql标准中的是(%,_),因 > 此不能说不支持(*,?)的数据库是有错的 > > 不过也许这个表达式的确是标准的,呵呵! > > -----邮件原件----- > 发件人: python-chinese-bounces at lists.python.cn > [mailto:python-chinese-bounces at lists.python.cn] 代表 Anew > 发送时间: 2004年9月15日 1:25 > 收件人: python-chinese > 主题: [python-chinese] Python还是有很多错误啊 > > python-chinese,您好! > > 最近很多用Python,所以感觉尤为深刻。不多说了,给大家看一个例子: > 这个是我在使用正则表达式的时候得错误。 > > reTxt="""(.*)?""" > re.compile(reTxt) > 错误是: > re.compile(reTxt) > Traceback (most recent call last): > File "", line 1, in ? > File "D:\usr\PROGRA~1\Python23\lib\sre.py", line 179, in compile > return _compile(pattern, flags) > File "D:\usr\PROGRA~1\Python23\lib\sre.py", line 229, in _compile > raise error, v # invalid expression (不正确的表达式! 晕~~~~ ) > error: nothing to repeat > > 我还在我的Gentoo Linux 上测试了一下,也一样.python 的版本是 2.3.3 > > (PS: 虽然我不想说,但是我在 .net下却可以实现.) > > 致 > 礼! > > Anew > Anewboy at citiz.net > 2004-09-15 > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I like python!
Zeuux © 2025
京ICP备05028076号