]> granicus.if.org Git - python/commit
Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 16 Jun 2014 23:01:01 +0000 (19:01 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 16 Jun 2014 23:01:01 +0000 (19:01 -0400)
commit10b1c7cc8fa201df48c2c502efe62ac5475ceb18
treeae4f10f8c93c021d6acd95352a4fcd01750e99c3
parentbc434e205261fbe9afc45f5f601d2238ffbe09f9
Issue #21686: add unittest for idlelib.HyperParser.  Original patch by Saimadhav
Heblikar. Correct a minor 3.x bug in HyperParser discovered by testing.
Lib/idlelib/HyperParser.py
Lib/idlelib/idle_test/test_hyperparser.py [new file with mode: 0644]