distinction between re.replace and re.replacef; speed improvements for re module

This commit is contained in:
Araq
2011-03-06 21:16:05 +01:00
parent e424e13bd9
commit 3005955d20
23 changed files with 206 additions and 171 deletions

View File

@@ -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
---------