Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r85165:f85dcbc231d8
Date: 2016-06-14 18:56 +0200
http://bitbucket.org/pypy/pypy/changeset/f85dcbc231d8/

Log:    hint that the problem is only about empty bytearray().

diff --git a/pypy/doc/whatsnew-pypy2-5.3.1.rst 
b/pypy/doc/whatsnew-pypy2-5.3.1.rst
--- a/pypy/doc/whatsnew-pypy2-5.3.1.rst
+++ b/pypy/doc/whatsnew-pypy2-5.3.1.rst
@@ -12,4 +12,4 @@
 
   * Make vmprof build on OpenBSD, from pull request #456
 
-  * Fix bytearray().replace('a', 'ab'), issue #2324
+  * Fix ``bytearray('').replace('a', 'ab')``, issue #2324
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to