commit | 9fda73cdd13d1fcd6aace395481cef3d7c94e5c1 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Oct 26 20:57:38 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Oct 26 20:57:38 2001 +0000 |
tree | f77a52e462287dea9eab856ab142d333b060e22f | |
parent | cf31d5d5d01dfcddc99bd3888543d4c161914ac3 [diff] |
dict_constructor(): The last test was passing for the wrong reason (it was intended to verify that sub-sequences of lengths 1 and 3 raise ValueError, but was actually testing string lengths).