Re: look-behind fixed width issue (package re)

2008-10-24 Thread Steven D'Aprano
On Fri, 24 Oct 2008 07:43:16 -0700, Peng Yu wrote: >> Most probably a backport to Python 2.6 or even 2.5 under a different >> module name like re_ng wouldn't be too difficult to do for anybody that >> needs the new functionality and knows a bit about building extension >> modules. > > I did a goo

Re: look-behind fixed width issue (package re)

2008-10-24 Thread Peng Yu
> Most probably a backport to Python 2.6 or even 2.5 under a different > module name like re_ng wouldn't be too difficult to do for anybody that > needs the new functionality and knows a bit about building extension > modules. I did a google a search. But I don't find any document that describe it

Re: look-behind fixed width issue (package re)

2008-10-24 Thread Gerhard Häring
MRAB wrote: On Oct 24, 6:29 am, Peng Yu <[EMAIL PROTECTED]> wrote: Hi, It seem that the current python requires fixed-width pattern for look- behind. I'm wondering if there is any newly development which make variable-width pattern available for look-behind. The re module is currently being w

Re: look-behind fixed width issue (package re)

2008-10-24 Thread MRAB
On Oct 24, 6:29 am, Peng Yu <[EMAIL PROTECTED]> wrote: > Hi, > > It seem that the current python requires fixed-width pattern for look- > behind. I'm wondering if there is any newly development which make > variable-width pattern available for look-behind. > The re module is currently being worked

look-behind fixed width issue (package re)

2008-10-23 Thread Peng Yu
Hi, It seem that the current python requires fixed-width pattern for look- behind. I'm wondering if there is any newly development which make variable-width pattern available for look-behind. Thanks, Peng -- http://mail.python.org/mailman/listinfo/python-list