[Python-checkins] cpython: An embarassing litle typo

antoine.pitrou python-checkins at python.org
Tue Oct 4 16:11:11 CEST 2011


http://hg.python.org/cpython/rev/3daf24c9df50
changeset:   72664:3daf24c9df50
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Oct 04 16:07:27 2011 +0200
summary:
  An embarassing litle typo

files:
  Lib/test/test_bigmem.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_bigmem.py b/Lib/test/test_bigmem.py
--- a/Lib/test/test_bigmem.py
+++ b/Lib/test/test_bigmem.py
@@ -64,7 +64,7 @@
 
 ascii_char_size = 1
 ucs2_char_size = 2
-ucs4_char_size = 2
+ucs4_char_size = 4
 
 
 class BaseStrTest:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list