diff options
author | Georg Brandl <georg@python.org> | 2010-10-14 07:04:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-14 07:04:07 (GMT) |
commit | 66c221e993bf7c5979145dbbe365238f2d70064f (patch) | |
tree | 75394c24f6343e932125b9a35a9fbea401fe4812 /Misc/NEWS | |
parent | 268e4d4cf36ad79e71438fd864160892b335388d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |