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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users