Skip to content

[3.15] gh-155292: Don't consider Unicode codepoint attributes outside RFC 3454 (GH-155293) - #156017

Merged
pablogsal merged 1 commit into
python:3.15from
miss-islington:backport-7e109d0-3.15
Aug 18, 2026
Merged

[3.15] gh-155292: Don't consider Unicode codepoint attributes outside RFC 3454 (GH-155293)#156017
pablogsal merged 1 commit into
python:3.15from
miss-islington:backport-7e109d0-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Due to a bug, some Unicode codepoint attributes were considered
for characters not yet defined in Unicode 3.2.0 or attributes
which changed in later Unicode versions. RFC 3454 (StringPrep)
requires using Unicode 3.2.0 strictly.

(cherry picked from commit 7e109d0)

Co-authored-by: Seth Larson seth@python.org
Co-authored-by: Stan Ulbrych 89152624+stanfromireland@users.noreply.github.com
Co-authored-by: Petr Viktorin encukou@gmail.com

…RFC 3454 (pythonGH-155293)

Due to a bug, some Unicode codepoint attributes were considered
for characters not yet defined in Unicode 3.2.0 or attributes
which changed in later Unicode versions. RFC 3454 (StringPrep)
requires using Unicode 3.2.0 strictly.

(cherry picked from commit 7e109d0)

Co-authored-by: Seth Larson <seth@python.org>
Co-authored-by: Stan Ulbrych <89152624+stanfromireland@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
@pablogsal
pablogsal merged commit 5181304 into python:3.15 Aug 18, 2026
109 of 111 checks passed
@miss-islington
miss-islington deleted the backport-7e109d0-3.15 branch August 18, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants