diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-14 10:30:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 10:30:22 (GMT) |
commit | 03160630319ca26dcbbad65225da4248e54c45ec (patch) | |
tree | 2f754836fcad1777c046170e7d5d7cde466bb4ba /Python/mysnprintf.c | |
parent | e5d45b7444733861153d6e8959c34323fd361322 (diff) | |
download | cpython-03160630319ca26dcbbad65225da4248e54c45ec.zip cpython-03160630319ca26dcbbad65225da4248e54c45ec.tar.gz cpython-03160630319ca26dcbbad65225da4248e54c45ec.tar.bz2 |
gdb libpython.py: Remove compatibility code (#105739)
Remove compatibility code for Python 2 and early Python 3 versions.
* Remove os_fsencode() reimplementation: use os.fsencode() directly.
os.fsencode() was added to Python 3.2.
* Remove references to Python 2 and "Python 3": just say "Python".
* Remove outdated u'' string format: use '' instead.
Diffstat (limited to 'Python/mysnprintf.c')
0 files changed, 0 insertions, 0 deletions