[issue23181] Unicode code point should be two words in documentation

2015-01-18 Thread Georg Brandl
Georg Brandl added the comment: Well, go ahead I guess. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23181 ___ ___

[issue23181] Unicode code point should be two words in documentation

2015-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23181 ___ ___

[issue23181] Unicode code point should be two words in documentation

2015-01-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0353c7e5e0c2 by Serhiy Storchaka in branch '3.4': Issue #23181: More codepoint - code point. https://hg.python.org/cpython/rev/0353c7e5e0c2 New changeset c79abee84a39 by Serhiy Storchaka in branch 'default': Issue #23181: More codepoint - code

[issue23181] Unicode code point should be two words in documentation

2015-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: docs@python - serhiy.storchaka status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23181 ___

[issue23181] Unicode code point should be two words in documentation

2015-01-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: codepoint is still used in error messages, docstrings and comments. Doc/library/json.rst:517::class:`str`) codepoints for such sequences. Lib/email/message.py:276:# containing only ASCII codepoints in the unicode input).

[issue23181] Unicode code point should be two words in documentation

2015-01-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch which fixes remnants. -- Added file: http://bugs.python.org/file37705/code_point_2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23181

[issue23181] Unicode code point should be two words in documentation

2015-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset c917ba25c007 by Georg Brandl in branch 'default': Closes #23181: codepoint - code point https://hg.python.org/cpython/rev/c917ba25c007 -- nosy: +python-dev resolution: - fixed stage: - resolved status: open - closed

[issue23181] Unicode code point should be two words in documentation

2015-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e280a04625cc by Georg Brandl in branch '2.7': Closes #23181: codepoint - code point https://hg.python.org/cpython/rev/e280a04625cc -- ___ Python tracker rep...@bugs.python.org

[issue23181] Unicode code point should be two words in documentation

2015-01-13 Thread Al Sweigart
Changes by Al Sweigart asweig...@gmail.com: -- versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23181 ___ ___ Python-bugs-list

[issue23181] Unicode code point should be two words in documentation

2015-01-07 Thread Al Sweigart
New submission from Al Sweigart: According to http://unicode.org/glossary/ codepoint is incorrect and should be changed to code point. -- assignee: docs@python components: Documentation files: code_point_patch.diff keywords: patch messages: 233568 nosy: Al.Sweigart, docs@python