Adds note about change to news

This commit is contained in:
Joseph Turner
2015-04-09 02:53:03 +01:00
parent 7ee6c72b51
commit 54d945c512

View File

@@ -73,7 +73,11 @@ News
for ``expr`` and ``stmt``. The new names capture the semantics much better
and most likely ``expr`` and ``stmt`` will be deprecated in favor of the
new names.
- The ``split`` method in module ``re`` has changed. It now handles the case
of matches having a length of 0, and empty strings being yielded from the
iterator. A notable change might be that a pattern being matched at the
beginning and end of a string, will result in an empty string being produced
at the start and the end of the iterator.
Language Additions
------------------