]> granicus.if.org Git - python/commit
Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in
authorEric S. Raymond <esr@thyrsus.com>
Tue, 11 Jul 2000 13:03:55 +0000 (13:03 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 11 Jul 2000 13:03:55 +0000 (13:03 +0000)
commit5f1b27084aacc2975b3f94e7b225215066f4e1e2
treec7cf9fabd85e6d84904e57dc25fc2c57d7a87a9d
parent7a11671e8b61dcf653d70db714813fba23afc884
Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in
the documentation; the cases `? foo' and `! foo' failed.
Lib/cmd.py