summaryrefslogtreecommitdiffstats
path: root/.hgeol
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-17 13:49:56 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-17 13:49:56 (GMT)
commit2c5e28ebc21b8517cfaa3075dabb81f963be0303 (patch)
tree987f259bf9152d9554d202f1cae2bd3e236cc69b /.hgeol
parentb13cacf677c335d43be20675b406923acc1b74a7 (diff)
downloadcpython-2c5e28ebc21b8517cfaa3075dabb81f963be0303.zip
cpython-2c5e28ebc21b8517cfaa3075dabb81f963be0303.tar.gz
cpython-2c5e28ebc21b8517cfaa3075dabb81f963be0303.tar.bz2
Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of
the CJK encoding testcase BLOB into multiple text files.
Diffstat (limited to '.hgeol')
-rw-r--r--.hgeol3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgeol b/.hgeol
index e1c1992..fe66605 100644
--- a/.hgeol
+++ b/.hgeol
@@ -27,8 +27,9 @@
**.zip = BIN
Lib/email/test/data/msg_26.txt = BIN
-Lib/test/sndhdrdata/sndhdr.* = BIN
+Lib/test/cjkencodings/* = BIN
Lib/test/decimaltestdata/*.decTest = BIN
+Lib/test/sndhdrdata/sndhdr.* = BIN
# All other files (which presumably are human-editable) are "native".
# This must be the last rule!