summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-10-02 17:31:34 (GMT)
committerGitHub <noreply@github.com>2023-10-02 17:31:34 (GMT)
commit196738fc8693f3e1059c7872fbbc5578adc33f65 (patch)
tree7080b66bac3e1e3c5bf13664f23021c48047a7f7
parent46e69576a96e200ed8e6c94c43864b3dc17f30a6 (diff)
downloadcpython-196738fc8693f3e1059c7872fbbc5578adc33f65.zip
cpython-196738fc8693f3e1059c7872fbbc5578adc33f65.tar.gz
cpython-196738fc8693f3e1059c7872fbbc5578adc33f65.tar.bz2
[3.12] Code: Update Donghee Na's name (GH-109744) (#110225)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r--Tools/unicode/genmap_japanese.py2
-rw-r--r--Tools/unicode/genmap_korean.py2
-rw-r--r--Tools/unicode/genmap_schinese.py2
-rw-r--r--Tools/unicode/genmap_support.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/Tools/unicode/genmap_japanese.py b/Tools/unicode/genmap_japanese.py
index 21de37b..838317f 100644
--- a/Tools/unicode/genmap_japanese.py
+++ b/Tools/unicode/genmap_japanese.py
@@ -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
diff --git a/Tools/unicode/genmap_korean.py b/Tools/unicode/genmap_korean.py
index 4b94a6c..4432a36 100644
--- a/Tools/unicode/genmap_korean.py
+++ b/Tools/unicode/genmap_korean.py
@@ -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
diff --git a/Tools/unicode/genmap_schinese.py b/Tools/unicode/genmap_schinese.py
index 647c033..862f1de 100644
--- a/Tools/unicode/genmap_schinese.py
+++ b/Tools/unicode/genmap_schinese.py
@@ -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
diff --git a/Tools/unicode/genmap_support.py b/Tools/unicode/genmap_support.py
index 5e1d9ee..4649bc3 100644
--- a/Tools/unicode/genmap_support.py
+++ b/Tools/unicode/genmap_support.py
@@ -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>
#