]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: adjust Python version in doc url for 3.10+ (GH-28228) (GH-28282)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Sep 2021 22:22:54 +0000 (15:22 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 22:22:54 +0000 (18:22 -0400)
commit1b02e29fb2751ccd14fab6c12f0f79940e3ce531
tree15ed171d826027a4026115b84621ef675bce70df
parentbaeaaecb8a97033bc2d07d51442cc8b1f89d410d
IDLE: adjust Python version in doc url for 3.10+ (GH-28228) (GH-28282)

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