]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: adjust Python version in doc url for 3.10+ (GH-28228)
authorgiovanniwijaya <16949408+giovanniwijaya@users.noreply.github.com>
Fri, 10 Sep 2021 21:10:28 +0000 (05:10 +0800)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 21:10:28 +0000 (17:10 -0400)
commitb74c819fab86bedc9b962ea42cfb9b5893fd2dda
tree04ec43d0a27e9975ea2832fe712e43e940c69181
parentf8d624d6a571d6e773f53ad80aa93face7e8395b
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>
Lib/idlelib/help_about.py