8000 bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. by gnprice · Pull Request #15265 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. #15265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a NEWS entry.
  • Loading branch information
gnprice committed Aug 25, 2019
commit ef3bbd30ded92448162c392842c7878159fbbfd3
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The :file:`Tools/unicode/makeunicodedata.py` script, which is used for
converting information from the Unicode Character Database into generated
code and data used by the methods of :class:`str` and by the
:mod:`unicodedata` module, now handles each character's data as a
``dataclass`` with named attributes, rather than a length-18 tuple.
0