summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-01-13 07:55:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-01-13 07:55:48 (GMT)
commit6467213bfd10dd45f0ae6fa607c8052a3bdaec23 (patch)
tree2d2e16c4f8451c981f75a00bbcc6372561070a18 /Misc
parentd0ff51c43f7d851f2e3beb230f346c1739152ab0 (diff)
downloadcpython-6467213bfd10dd45f0ae6fa607c8052a3bdaec23.zip
cpython-6467213bfd10dd45f0ae6fa607c8052a3bdaec23.tar.gz
cpython-6467213bfd10dd45f0ae6fa607c8052a3bdaec23.tar.bz2
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d2b75b1..20cdf88 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.7 alpha 3?
Core and Builtins
-----------------
+- Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
+ methods of bytes, bytearray and unicode objects by using a common
+ implementation based on stringlib's fast search. Patch by Florent Xicluna.
+
- Issue #7632: Fix a crash in dtoa.c that occurred in debug builds
when parsing certain long numeric strings corresponding to subnormal
values. Also fix a number of bugs in dtoa.c that could lead to