]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-66802: Add `unicodedata.block()` function (#145042)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sat, 21 Feb 2026 17:27:55 +0000 (17:27 +0000)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 17:27:55 +0000 (18:27 +0100)
commitf1f61bf87207c27da06ff73611b76933e456ef18
treece19205c67e7b08215ab133158b5531605312399
parent6940c1dc0c211670a4531bc13c10233e2fcf1335
gh-66802: Add `unicodedata.block()` function (#145042)

Closes #66802
Doc/library/unicodedata.rst
Doc/whatsnew/3.15.rst
Lib/test/test_unicodedata.py
Misc/NEWS.d/next/Library/2026-02-20-13-03-10.gh-issue-66802.OYcAi_.rst [new file with mode: 0644]
Modules/clinic/unicodedata.c.h
Modules/unicodedata.c
Modules/unicodedata_db.h
Tools/unicode/makeunicodedata.py