summaryrefslogtreecommitdiff
path: root/Tools/unicode/makeunicodedata.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-12 11:15:15 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-12 11:15:15 +0200
commitaef79164ae10e13c882ce2e10905809d16b85b09 (patch)
tree3ade3038667a84bfc33976d288b2edd951246b25 /Tools/unicode/makeunicodedata.py
parentf52cb397c583d106875f30d61ed323e50f18a389 (diff)
parent3d12c5b8e36f281af3dda150def4e1eb7a3b3269 (diff)
downloadcpython-aef79164ae10e13c882ce2e10905809d16b85b09.tar.gz
Issue #22928: Disabled HTTP header injections in http.client.
Original patch by Demian Brecht.
Diffstat (limited to 'Tools/unicode/makeunicodedata.py')
-rw-r--r--Tools/unicode/makeunicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index 7636a958e2..b7d31e8806 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -42,7 +42,7 @@ VERSION = "3.2"
# * Doc/library/stdtypes.rst, and
# * Doc/library/unicodedata.rst
# * Doc/reference/lexical_analysis.rst (two occurrences)
-UNIDATA_VERSION = "6.3.0"
+UNIDATA_VERSION = "7.0.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"