Ticket #1714: interactiveshell.diff
| File interactiveshell.diff, 635 bytes (added by mte, 4 years ago) |
|---|
-
turbogears/command/base.py
215 215 216 216 try: 217 217 return code.InteractiveConsole.raw_input(self, 218 *args, **kw)218 *args, **kw).decode(sys.stdin.encoding) 219 219 except EOFError: 220 220 b = raw_input("Do you wish to commit your " 221 221 "database changes? [yes]")