[issue433030] SRE: (?...) is not supported

2008-03-28 Thread Jeffrey C. Jacobs
Jeffrey C. Jacobs [EMAIL PROTECTED] added the comment: Fredrik, If you're still listening, I am gonna try and tackle this one but I would like to know why you or the famous Jeffrey of the Regexp world claims that there is already code in the Regexp Engine for Atomic Grouping? Adding a hook

[issue433030] SRE: (?...) is not supported

2008-03-27 Thread Jeffrey C. Jacobs
Changes by Jeffrey C. Jacobs [EMAIL PROTECTED]: -- nosy: +timehorse Tracker [EMAIL PROTECTED] http://bugs.python.org/issue433030 ___ Python-bugs-list mailing list

[issue433030] SRE: (?...) is not supported

2008-03-05 Thread A.M. Kuchling
A.M. Kuchling added the comment: Also referred to as an atomic group: see http://www.regular-expressions.info/atomic.html for a discussion. Fredrik, when you say the engine has code for this, what do you mean? -- nosy: +akuchling Tracker [EMAIL

[issue433030] SRE: (?...) is not supported

2008-03-05 Thread A.M. Kuchling
A.M. Kuchling added the comment: There's also an alternate syntax for this, called possessive quantifiers: a*+, a++, a{m,n}+. Tracker [EMAIL PROTECTED] http://bugs.python.org/issue433030