commit | 7751a34400d05d125de8d8f23339756f8d3f774d | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Mon Feb 17 16:45:38 2014 -0500 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Mon Feb 17 16:45:38 2014 -0500 |
tree | ee3fc9aba96d3826b6dfeb9c2c696ba3e5a207ea | |
parent | 5503579db68f22e0ddca030f2aa5cd48373e08c0 [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.