[issue214033] re incompatibility in sre

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs

[issue214033] re incompatibility in sre

2022-04-10 Thread admin
Change by admin : -- github: None -> 33084 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue214033] re incompatibility in sre

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Jeffrey, Collin, thanks for reviewing. -- nosy: +ajaksu2 resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue214033] re incompatibility in sre

2008-10-13 Thread STINNER Victor
Changes by STINNER Victor <[EMAIL PROTECTED]>: -- components: +Regular Expressions -Extension Modules ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue214033] re incompatibility in sre

2008-10-13 Thread Jeffrey C. Jacobs
Jeffrey C. Jacobs <[EMAIL PROTECTED]> added the comment: The duplicate zero-or-one repeat operator bug described in this issue originally no longer exists in python 2.6. However, Trent Mick brings up a fair point in that expressions of the form (x*)? generate an error (issue 1456280) when inte

[issue214033] re incompatibility in sre

2008-10-01 Thread Collin Winter
Changes by Collin Winter <[EMAIL PROTECTED]>: -- nosy: -collinwinter ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue214033] re incompatibility in sre

2008-09-28 Thread Jeffrey C. Jacobs
Changes by Jeffrey C. Jacobs <[EMAIL PROTECTED]>: -- nosy: +timehorse ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue214033] re incompatibility in sre

2007-09-10 Thread Brett Cannon
Changes by Brett Cannon: -- resolution: accepted -> type: -> behavior versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python