diff options
author | Brett Cannon <brett@python.org> | 2013-10-04 15:38:59 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-10-04 15:38:59 (GMT) |
commit | 1448ecf470013cee63c0682f615c5256928dc6b0 (patch) | |
tree | bd8650fbd71fe3aee320e8be61f87b78893c3142 /Misc/NEWS | |
parent | cc5d49e3daeeef7809dcc93a22f0e5185961185f (diff) | |
download | cpython-1448ecf470013cee63c0682f615c5256928dc6b0.zip cpython-1448ecf470013cee63c0682f615c5256928dc6b0.tar.gz cpython-1448ecf470013cee63c0682f615c5256928dc6b0.tar.bz2 |
Issue #18716: Deprecate the formatter module
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Core and Builtins Library ------- +- Issue #18716: Deprecate the formatter module. + - Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. - Issue #17839: base64.decodebytes and base64.encodebytes now accept any |