remove some PyBytes_* aliases that are not in 3.x

This commit is contained in:
Benjamin Peterson 2009-02-16 21:09:09 +00:00
parent 062a7c3675
commit 5781f32b4f
2 changed files with 2 additions and 6 deletions

View file

@ -506,6 +506,8 @@ Build
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.