]> granicus.if.org Git - python/commit
Make _PyUnicode_TranslateCharmap() symbol private
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 20:07:32 +0000 (22:07 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 20:07:32 +0000 (22:07 +0200)
commit3222da26fe873410cbdbc18744e19a7d0f6a7523
tree2bcf0e3f4a456d5d45d69ed7f9f35e72b9784178
parent13f7fc5771f07d401002dbe7e67ad1a62d0e8ce5
Make _PyUnicode_TranslateCharmap() symbol private

unicodeobject.h exposes PyUnicode_TranslateCharmap() and PyUnicode_Translate().
Objects/unicodeobject.c