summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-06-20 04:18:15 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-06-20 04:18:15 (GMT)
commite3ae655edfea3dd8ed32fcca63cb3eae861a58b7 (patch)
treeb1624452b23a4e614e103735dbe7e2a581b159bc /Misc
parente0f124495b0c0d7826ef1e64a8db27ebe28ed085 (diff)
downloadcpython-e3ae655edfea3dd8ed32fcca63cb3eae861a58b7.zip
cpython-e3ae655edfea3dd8ed32fcca63cb3eae861a58b7.tar.gz
cpython-e3ae655edfea3dd8ed32fcca63cb3eae861a58b7.tar.bz2
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9bd4f3c..9e02d76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,15 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.6 beta 2?
+================================
+
+Core and Builtins
+-----------------
+
+- Make bin() implementation parallel oct() and hex().
+
+
What's New in Python 2.6 beta 1?
================================