This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arysin
Recipients arysin
Date 2011-05-14.15:07:00
SpamBayes Score 0.014606507
Marked as misclassified No
Message-id <1305385620.83.0.961543028277.issue12078@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to replace strings with parenthesis (in the given example - alternative writing of the words in Ukrainian) the sed replace performs correctly replacing all occurrences, while python3 re.sub() function replaces only first two
History
Date User Action Args
2011-05-14 15:07:00arysinsetrecipients: + arysin
2011-05-14 15:07:00arysinsetmessageid: <1305385620.83.0.961543028277.issue12078@psf.upfronthosting.co.za>
2011-05-14 15:07:00arysinlinkissue12078 messages
2011-05-14 15:07:00arysincreate