]> granicus.if.org Git - python/commitdiff
Issue #23181: More "codepoint" -> "code point".
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 Jan 2015 09:33:31 +0000 (11:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 Jan 2015 09:33:31 +0000 (11:33 +0200)
1  2 
Doc/library/json.rst
Lib/codecs.py
Lib/email/message.py
Lib/html/entities.py
Lib/test/test_unicode.py
Modules/cjkcodecs/cjkcodecs.h
Objects/unicodeobject.c
Python/sysmodule.c

Simple merge
diff --cc Lib/codecs.py
Simple merge
Simple merge
index cbf4f76097172705193cce9416d99ede91c0c6c3,f7deae6eb04e8f394a5a0cb5cada19296f02840d..3e1778b768cef357f81a02d4f300b65caf899576
@@@ -1,9 -1,6 +1,9 @@@
  """HTML character entity references."""
  
- # maps the HTML entity name to the Unicode codepoint
 +__all__ = ['html5', 'name2codepoint', 'codepoint2name', 'entitydefs']
 +
 +
+ # maps the HTML entity name to the Unicode code point
  name2codepoint = {
      'AElig':    0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1
      'Aacute':   0x00c1, # latin capital letter A with acute, U+00C1 ISOlat1
Simple merge
Simple merge
Simple merge
Simple merge