commit | b49d994d007c43853b265d6626c7cf346deb46fb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 17 12:44:04 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 17 12:44:04 2008 +0000 |
tree | 80c52f5682d9d7148c4d8411cf69ae6794f33bd1 | |
parent | bb37ca89673a4b0c2bc6b10bdc7aad95204f0703 [diff] |
Merged revisions 64326 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r64326 | robert.schuppenies | 2008-06-17 03:42:15 -0500 (Tue, 17 Jun 2008) | 2 lines Issue 3048: Fixed sys.sizeof test fails with wide unicode. ........