Re: MoinMoin WikiName and python regexes

2005-06-26 Thread Bengt Richter
On Wed, 8 Jun 2005 09:49:51 -0600, Ara.T.Howard [EMAIL PROTECTED] wrote: hi- i know nada about python so please forgive me if this is way off base. i'm trying to fix a bug in MoinMoin whereby WordsWithTwoCapsInARowLike ^^ ^^ ^^

MoinMoin WikiName and python regexes

2005-06-08 Thread Ara.T.Howard
hi- i know nada about python so please forgive me if this is way off base. i'm trying to fix a bug in MoinMoin whereby WordsWithTwoCapsInARowLike ^^ ^^ ^^ do not become WikiNames. this is because the the wikiname pattern is

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Don
Ara.T.Howard wrote: hi- i know nada about python so please forgive me if this is way off base. i'm trying to fix a bug in MoinMoin whereby WordsWithTwoCapsInARowLike ^^ ^^ ^^ do not become WikiNames. this is

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread deelan
Ara.T.Howard wrote: (...) and i'm not that familiar with python syntax. to me this looks like a map used to bind variables into the regex - or is it binding into a string then compiling that string into a regex - regexs don't seem to be literal objects in pythong AFAIK... i'm thinking i

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Terry Reedy
Ara.T.Howard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] i'm trying to fix a bug in MoinMoin whereby A 'bug' is a discrepancy between promise (specification) and perfomance (implementation). Have you really found such -- does MoinMoin not follow the Wiki standard -- or are you

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Ara.T.Howard
On Wed, 8 Jun 2005, Terry Reedy wrote: Ara.T.Howard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] i'm trying to fix a bug in MoinMoin whereby A 'bug' is a discrepancy between promise (specification) and perfomance (implementation). Have you really found such -- does MoinMoin

Re: MoinMoin WikiName and python regexes

2005-06-08 Thread Paul Bredbury
Ara.T.Howard wrote: i know nada about python so please forgive me if this is way off base. i'm trying to fix a bug in MoinMoin whereby WordsWithTwoCapsInARowLike I don't think there is such a thing as the perfect hyperlink vs just-text convention. In MoinMoin, you can force a custom link