commit | 5e6db313686c200da425a54d2e0c95fa40107b1d | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Mon Feb 17 16:45:48 2014 -0500 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Mon Feb 17 16:45:48 2014 -0500 |
tree | 5586a30aaf9f83a3a1e2f7996773487366baa6e1 | |
parent | cf626032763077bf959937705ed35f9e2b40a862 [diff] |
Untokenize: An logically incorrect assert tested user input validity. Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method.