[Ironpython-users] IronPython, Daily Digest 10/7/2011
no_reply at codeplex.com
no_reply at codeplex.com
Sat Oct 8 12:48:49 CEST 2011
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] ipy -c "import re; print re.sub('a', 'b', 'a', -1)" works differently than in cpython
----------------------------------------------
ISSUES
1. [New issue] ipy -c "import re; print re.sub('a', 'b', 'a', -1)" works differently than in cpython
http://ironpython.codeplex.com/workitem/31560
User mkorpela has proposed the issue:
"ipy -c "import re; print re.sub('a', 'b', 'a', -1)" ---> b
python -c "import re; print re.sub('a', 'b', 'a', -1)" ---> a
Negative count in re module works differently than in cPython or Jython.
Positive and 0 count work correctly."
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20111008/74618d16/attachment.html>
More information about the Ironpython-users
mailing list