]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(Merge 3.2) Issue #12057: Convert CJK encoding testcase BLOB into multiple text
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 14:50:23 +0000 (16:50 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 14:50:23 +0000 (16:50 +0200)
files

1  2 
.hgeol

diff --cc .hgeol
index 0b0841beeca1f6bc4407faabc65401d2d0bbf765,ed13171b72a2f516b20a315d57a26701b0e894b4..afb1e6b16e523b6478c826172f169d20fa6af1c7
--- 1/.hgeol
--- 2/.hgeol
+++ b/.hgeol
  **.zip  = BIN
  
  Lib/email/test/data/msg_26.txt = BIN
- Lib/test/test_email/data/msg_26.txt = BIN
- Lib/test/sndhdrdata/sndhdr.* = BIN
+ Lib/test/cjkencodings/* = BIN
 -Lib/test/sndhdrdata/sndhdr.* = BIN
  Lib/test/decimaltestdata/*.decTest = BIN
++Lib/test/sndhdrdata/sndhdr.* = BIN
++Lib/test/test_email/data/msg_26.txt = BIN
  
  # All other files (which presumably are human-editable) are "native".
  # This must be the last rule!