commit | 54bc1ec4c7689ceab900f453fdd4c8cf5a308e59 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Wed Dec 17 16:19:07 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Wed Dec 17 16:19:07 2008 +0000 |
tree | 87dd2371d042f3b8e63a32a4bda589ccce0b2303 | |
parent | 81c93fb45c4076506a5ab3d89aeec1f42e0e6be2 [diff] [blame] |
Forward merge of r67822 to py3k: add bit_length method to int.
diff --git a/Misc/NEWS b/Misc/NEWS index 15790a4..bbe9214 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.