commit | 5781f32b4f8d9dd35e9980d4da99d1420339e920 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Feb 16 21:09:09 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Feb 16 21:09:09 2009 +0000 |
tree | aa3e4abc3961755c905408342718e2535e07516d | |
parent | 062a7c3675af79966fbe75a9e552ccd2a4b26dd5 [diff] [blame] |
remove some PyBytes_* aliases that are not in 3.x
diff --git a/Misc/NEWS b/Misc/NEWS index 142026c..3e37c28 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -506,6 +506,8 @@ C-API ----- +- Some PyBytes_* aliases have been removed because they don't exist in 3.x. + - Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for negative arguments. Previously, it raised TypeError.