comparison cmd2.py @ 430:73e741441ac0 0.6.3

added bug number
author catherine.devlin@gmail.com
date Thu, 28 Jul 2011 19:26:15 -0400
parents 47301bf13ec3
children e4d6edca469b
comparison
equal deleted inserted replaced
429:47301bf13ec3 430:73e741441ac0
55 (Pdb) n 55 (Pdb) n
56 NameError: global name 'exc' is not defined 56 NameError: global name 'exc' is not defined
57 57
58 (Pdb) parseFn 58 (Pdb) parseFn
59 <bound method Or._parseCache of {Python style comment ^ C style comment}> 59 <bound method Or._parseCache of {Python style comment ^ C style comment}>
60
61 Bug report filed: https://sourceforge.net/tracker/?func=detail&atid=617311&aid=3381439&group_id=97203
60 """ 62 """
61 63
62 class OptionParser(optparse.OptionParser): 64 class OptionParser(optparse.OptionParser):
63 def exit(self, status=0, msg=None): 65 def exit(self, status=0, msg=None):
64 self.values._exit = True 66 self.values._exit = True