Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Objects
bytes_methods.c
Find file
Blame
History
Permalink
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
· abc38774
Georg Brandl
authored
Apr 12, 2009
string.maketrans() which actually works on bytes. (Also closes #5675.)
abc38774