diff options
Diffstat (limited to 'pypy/doc/whatsnew-head.rst')
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index 26094691b6..4b6c1ff4c9 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -89,3 +89,8 @@ Refactor the intbound analysis in the JIT .. branch: issue-3404 Fix ``PyObject_Format`` for type objects + + +.. branch: string-algorithmic-optimizations + +Faster str.replace and bytes.replace implementations. |