]> granicus.if.org Git - python/commit
Fix bug
authorMichael W. Hudson <mwh@python.net>
Mon, 3 Feb 2003 11:04:27 +0000 (11:04 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 3 Feb 2003 11:04:27 +0000 (11:04 +0000)
commit35a92ce9da03a7a8acce565708eba96bf7cc2f1c
tree44e39759a70baffbd8c680d576e52bb89134d252
parentc064a1d7e36ba58f8402c9fd03395904adabe3e8
Fix bug

[ 676342 ] after using pdb readline does not work correctly

using Michael Stone's patch so the completer functionality of
cmd is only setup between preloop and postloop.
Lib/cmd.py