]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: adjust Python version in doc url for 3.10+ (GH-28228)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Sep 2021 21:34:07 +0000 (14:34 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 21:34:07 +0000 (14:34 -0700)
commit03c7b358406f6660a5ef13b32ace8c67871440f1
tree455fc194ee1ab269717c60f7e4f0cf7932a923b8
parent897e5aae748180acf8d546d14aeacaf02600fff9
IDLE: adjust Python version in doc url for 3.10+ (GH-28228)

Expression 'python_version()[:3]' truncated '3.10.0' to '3.1' instead of '3.10'.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit b74c819fab86bedc9b962ea42cfb9b5893fd2dda)

Co-authored-by: giovanniwijaya <16949408+giovanniwijaya@users.noreply.github.com>
Lib/idlelib/help_about.py