]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135001: Explicitly specify the encoding parameter value of `calendar.HTMLCalendar...
authorWulian233 <1055917385@qq.com>
Mon, 9 Jun 2025 13:40:09 +0000 (21:40 +0800)
committerGitHub <noreply@github.com>
Mon, 9 Jun 2025 13:40:09 +0000 (15:40 +0200)
commitf90483e13ad48227767cd6d69bc4857843710a5c
tree62a19cd58ea0f949840f3928ce06a34579858ed4
parentaaad2e81cecae01d3e7e12b2bbd2e1a8533ff5d4
gh-135001: Explicitly specify the encoding parameter value of `calendar.HTMLCalendar` as 'utf-8' (#135002)
Doc/library/calendar.rst
Lib/calendar.py
Lib/test/test_calendar.py