]> granicus.if.org Git - python/commit
Fix another bug in ESR's changes. In order to work properly,
authorGuido van Rossum <guido@python.org>
Mon, 20 Jul 1998 21:22:08 +0000 (21:22 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Jul 1998 21:22:08 +0000 (21:22 +0000)
commitc612681b20f2ff8786067a3d8c6d041bc64d0db0
tree90fdc20bb357909be0615d2c189b2365de31ba95
parentd623d20e7d624097e7c27365cc291bdf2538edc1
Fix another bug in ESR's changes.  In order to work properly,
onecmd(line) must return the value returned by emptyline() or
default(line).
Lib/cmd.py