summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2008-07-16 00:15:35 (GMT)
committerEric Smith <eric@trueblade.com>2008-07-16 00:15:35 (GMT)
commitd68af8f7431790ac6b74887ccd2a1dcdbae3bdeb (patch)
treeb3fbd7875e9595178f35f0352cdcb72a8c46f802 /Misc
parentf70e195927d475b6cc522f8c9ee51f5db97f7e0c (diff)
downloadcpython-d68af8f7431790ac6b74887ccd2a1dcdbae3bdeb.zip
cpython-d68af8f7431790ac6b74887ccd2a1dcdbae3bdeb.tar.gz
cpython-d68af8f7431790ac6b74887ccd2a1dcdbae3bdeb.tar.bz2
Merged revisions 64984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64984 | eric.smith | 2008-07-15 20:11:49 -0400 (Tue, 15 Jul 2008) | 1 line Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3272f00..235e7f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's new in Python 3.0b2?
Core and Builtins
-----------------
+- Issue #3083: Add alternate (#) formatting for bin, oct, hex output
+ for str.format(). This adds the prefix 0b, 0o, or 0x, respectively.
+
- Issue #3280: like chr(), the "%c" format now accepts unicode code points
beyond the Basic Multilingual Plane (above 0xffff) on all configurations. On
"narrow Unicode" builds, the result is a string of 2 code units, forming a