diff options
author | Raymond Hettinger <python@rcn.com> | 2008-06-20 04:18:15 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-06-20 04:18:15 (GMT) |
commit | e3ae655edfea3dd8ed32fcca63cb3eae861a58b7 (patch) | |
tree | b1624452b23a4e614e103735dbe7e2a581b159bc /Misc | |
parent | e0f124495b0c0d7826ef1e64a8db27ebe28ed085 (diff) | |
download | cpython-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/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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? ================================ |