]> granicus.if.org Git - python/commit
Issue #23181: More "codepoint" -> "code point".
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 Jan 2015 09:28:37 +0000 (11:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 Jan 2015 09:28:37 +0000 (11:28 +0200)
commitd3faf43f9ba7da0ae504c9186b10d0fa3a8eb300
tree1e6ffa87d3c0087fc5bb3509bc9ef455ce98c7ff
parentb2653b344e01710a99bc782a0b9e4b4d0f8eed5f
Issue #23181: More "codepoint" -> "code point".
24 files changed:
Doc/c-api/unicode.rst
Doc/library/codecs.rst
Doc/library/email.mime.rst
Doc/library/functions.rst
Doc/library/html.entities.rst
Doc/library/json.rst
Doc/tutorial/datastructures.rst
Doc/whatsnew/3.3.rst
Lib/codecs.py
Lib/email/message.py
Lib/html/entities.py
Lib/test/multibytecodec_support.py
Lib/test/test_html.py
Lib/test/test_multibytecodec.py
Lib/test/test_stringprep.py
Lib/test/test_unicode.py
Modules/cjkcodecs/_codecs_cn.c
Modules/cjkcodecs/_codecs_hk.c
Modules/cjkcodecs/_codecs_kr.c
Modules/cjkcodecs/cjkcodecs.h
Modules/unicodedata.c
Objects/unicodeobject.c
Python/sysmodule.c
Tools/unicode/gencodec.py