]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make bin() implementation parallel oct() and hex() so that int/long subclasses can...
authorRaymond Hettinger <python@rcn.com>
Fri, 20 Jun 2008 04:18:15 +0000 (04:18 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 20 Jun 2008 04:18:15 +0000 (04:18 +0000)
commite3ae655edfea3dd8ed32fcca63cb3eae861a58b7
treeb1624452b23a4e614e103735dbe7e2a581b159bc
parente0f124495b0c0d7826ef1e64a8db27ebe28ed085
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
Include/object.h
Lib/test/test_sys.py
Misc/NEWS
Objects/intobject.c
Objects/longobject.c
Objects/typeobject.c
Python/bltinmodule.c