0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Georg Brandl abc387747d Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
string.maketrans() which actually works on bytes.  (Also closes #5675.)
2009-04-12 15:51:51 +00:00
..
stringlib
abstract.c
boolobject.c
bytearrayobject.c Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate 2009-04-12 15:51:51 +00:00
bytes_methods.c Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate 2009-04-12 15:51:51 +00:00
bytesobject.c Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate 2009-04-12 15:51:51 +00:00
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c
listsort.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c