diff options
author | Araq <rumpf_a@web.de> | 2011-03-06 21:16:05 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-03-06 21:16:05 +0100 |
commit | 3005955d20033db12345eacd6eb8ff8cec92507c (patch) | |
tree | f7a799c00006ceb3dc660b125ab7fb8efcf6b4bf /web/news.txt | |
parent | e424e13bd9d05ab3fbcbe3572e49c1bc611a1fc9 (diff) | |
download | Nim-3005955d20033db12345eacd6eb8ff8cec92507c.tar.gz |
distinction between re.replace and re.replacef; speed improvements for re module
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index e74d89699..172630467 100755 --- a/web/news.txt +++ b/web/news.txt @@ -34,7 +34,8 @@ Changes affecting backwards compatibility ``module.re"abc"`` is now supported. - Changed the behaviour of ``strutils.%``, ``ropes.%`` if both ``$#`` and ``$i`` are involved. - +- The ``pegs`` and ``re`` modules distinguish between ``replace`` + and ``replacef`` operations. Additions --------- |