Show More
@@ -302,6 +302,8 b' class Pdb(OldPdb):' | |||
|
302 | 302 | if hasattr(self, 'old_all_completions'): |
|
303 | 303 | self.shell.Completer.all_completions=self.old_all_completions |
|
304 | 304 | |
|
305 | # Pdb sets readline delimiters, so set them back to our own | |
|
306 | self.shell.readline.set_completer_delims(self.shell.readline_delims) | |
|
305 | 307 | |
|
306 | 308 | return OldPdb.do_quit(self, arg) |
|
307 | 309 |
General Comments 0
You need to be logged in to leave comments.
Login now