diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-02-16 21:09:09 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-02-16 21:09:09 (GMT) |
commit | 5781f32b4f8d9dd35e9980d4da99d1420339e920 (patch) | |
tree | aa3e4abc3961755c905408342718e2535e07516d /Include | |
parent | 062a7c3675af79966fbe75a9e552ccd2a4b26dd5 (diff) | |
download | cpython-5781f32b4f8d9dd35e9980d4da99d1420339e920.zip cpython-5781f32b4f8d9dd35e9980d4da99d1420339e920.tar.gz cpython-5781f32b4f8d9dd35e9980d4da99d1420339e920.tar.bz2 |
remove some PyBytes_* aliases that are not in 3.x
Diffstat (limited to 'Include')
-rw-r--r-- | Include/bytesobject.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/bytesobject.h b/Include/bytesobject.h index a50792c..1083da9 100644 --- a/Include/bytesobject.h +++ b/Include/bytesobject.h @@ -23,11 +23,5 @@ #define _PyBytes_FormatLong _PyString_FormatLong #define PyBytes_DecodeEscape PyString_DecodeEscape #define _PyBytes_Join _PyString_Join -#define PyBytes_Decode PyString_Decode -#define PyBytes_Encode PyString_Encode -#define PyBytes_AsEncodedObject PyString_AsEncodedObject -#define PyBytes_AsEncodedString PyString_AsEncodedString -#define PyBytes_AsDecodedObject PyString_AsDecodedObject -#define PyBytes_AsDecodedString PyString_AsDecodedString #define PyBytes_AsStringAndSize PyString_AsStringAndSize #define _PyBytes_InsertThousandsGrouping _PyString_InsertThousandsGrouping |