8000 Code: Update Donghee Na's name by hugovk · Pull Request #109744 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Code: Update Donghee Na's name #109744

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 2 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Modules/expat/xmlparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
Copyright (c) 2019-2020 Ben Wagner <bungeman@chromium.org>
Copyright (c) 2019 Vadim Zeitlin <vadim@zeitlins.org>
Copyright (c) 2021 Dong-hee Na <donghee.na@python.org>
Copyright (c) 2021 Donghee Na <donghee.na@python.org>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's copied from libexpat.
https://github.com/libexpat/libexpat

I am not sure that updating legal name for expat is proper :(

Copy link
Member
@corona10 corona10 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libexpat/libexpat#754

I sent the PR to the upstream too :)
Let's wait

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm positive that (1) we'll have a version of libexpat/libexpat#754 merged upstream shortly and that (2) there will be a release >=2.5.1 this year bringing these changes to CPython "for free" just by upgrading the bundled copy of libexpat.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, I'll revert the changes to Modules/expat/ here, and we can wait for the upstream changes to filter through.

Copyright (c) 2022 Samanta Navarro <ferivoz@riseup.net>
Copyright (c) 2022 Jeffrey Walton <noloader@gmail.com>
Copyright (c) 2022 Jann Horn <jannh@google.com>
Expand Down
2 changes: 1 addition & 1 deletion Modules/expat/xmlrole.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org>
Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
Copyright (c) 2021 Dong-hee Na <donghee.na@python.org>
Copyright (c) 2021 Donghee Na <donghee.na@python.org>
Licensed under the MIT license:

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion Modules/expat/xmltok.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Copyright (c) 2017 Benbuck Nason <bnason@netflix.com>
Copyright (c) 2017 José Gutiérrez de la Concha <jose@zeroc.com>
Copyright (c) 2019 David Loffredo <loffredo@steptools.com>
Copyright (c) 2021 Dong-hee Na <donghee.na@python.org>
Copyright (c) 2021 Donghee Na <donghee.na@python.org>
Copyright (c) 2022 Martin Ettl <ettl.martin78@googlemail.com>
Licensed under the MIT license:

Expand Down
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_japanese.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_ja_codecs.py: Japanese Codecs Map Generator
#
# Original Author: Hye-Shik Chang <perky@FreeBSD.org>
# Modified Author: Dong-hee Na <donghee.na92@gmail.com>
# Modified Author: Donghee Na <donghee.na92@gmail.com>
#
import os

Expand Down
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_korean.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_korean.py: Korean Codecs Map Generator
#
# Original Author: Hye-Shik Chang <perky@FreeBSD.org>
# Modified Author: Dong-hee Na <donghee.na92@gmail.com>
# Modified Author: Donghee Na <donghee.na92@gmail.com>
#
import os

Expand Down
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_schinese.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_schinese.py: Simplified Chinese Codecs Map Generator
#
# Original Author: Hye-Shik Chang <perky@FreeBSD.org>
# Modified Author: Dong-hee Na <donghee.na92@gmail.com>
# Modified Author: Donghee Na <donghee.na92@gmail.com>
#
import os
import re
Expand Down
2 changes: 1 addition & 1 deletion Tools/unicode/genmap_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# genmap_support.py: Multibyte Codec Map Generator
#
# Original Author: Hye-Shik Chang <perky@FreeBSD.org>
# Modified Author: Dong-hee Na <donghee.na92@gmail.com>
# Modified Author: Donghee Na <donghee.na92@gmail.com>
#


Expand Down
0