summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-14 07:04:07 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-14 07:04:07 (GMT)
commit66c221e993bf7c5979145dbbe365238f2d70064f (patch)
tree75394c24f6343e932125b9a35a9fbea401fe4812 /Misc/NEWS
parent268e4d4cf36ad79e71438fd864160892b335388d (diff)
downloadcpython-66c221e993bf7c5979145dbbe365238f2d70064f.zip
cpython-66c221e993bf7c5979145dbbe365238f2d70064f.tar.gz
cpython-66c221e993bf7c5979145dbbe365238f2d70064f.tar.bz2
#9418: first step of moving private string methods to _string module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d7db587..4392432 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1?
Core and Builtins
-----------------
+- Issue #9418: Moved private string methods ``_formatter_parser`` and
+ ``_formatter_field_name_split`` into a new ``_string`` module.
+
- Issue #9992: Remove PYTHONFSENCODING environment variable.
Library