summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-12-17 16:19:07 +0000
committerMark Dickinson <dickinsm@gmail.com>2008-12-17 16:19:07 +0000
commitdf8c3422017aadd36d063641debe6c3f763ce07b (patch)
tree214928f03f318313627f0713d33737831187dfb6 /Misc
parent1ff43595605dc4b0ed588945c2788a30fc7feea5 (diff)
downloadcpython-df8c3422017aadd36d063641debe6c3f763ce07b.tar.gz
Forward merge of r67822 to py3k: add bit_length method to int.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 6d380b6359..c730336b25 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -344,6 +344,7 @@ Drew Jenkins
Flemming Kjær Jensen
Jiba
Orjan Johansen
+Fredrik Johansson
Gregory K. Johnson
Simon Johnston
Evan Jones
diff --git a/Misc/NEWS b/Misc/NEWS
index 15790a401b..bbe9214a7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 0
Core and Builtins
-----------------
+- Issue #3439: Add a bit_length method to int.
+
- Issue #2173: When getting device encoding, check that return value of
nl_langinfo is not the empty string. This was causing silent build
failures on OS X.