]> granicus.if.org Git - python/commit
dict_constructor(): The last test was passing for the wrong reason (it
authorTim Peters <tim.peters@gmail.com>
Fri, 26 Oct 2001 20:57:38 +0000 (20:57 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 26 Oct 2001 20:57:38 +0000 (20:57 +0000)
commit9fda73cdd13d1fcd6aace395481cef3d7c94e5c1
treef77a52e462287dea9eab856ab142d333b060e22f
parentcf31d5d5d01dfcddc99bd3888543d4c161914ac3
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).
Lib/test/test_descr.py