Matej Stuchlik c3a10ad
diff -rup pypy-pypy-f66246c46ca3/lib_pypy/_pypy_interact.py pypy-pypy-f66246c46ca3/lib_pypy/_pypy_interact.py
Matej Stuchlik c3a10ad
--- pypy-pypy-f66246c46ca3/lib_pypy/_pypy_interact.py	2013-05-27 10:35:37.612236951 +0200
Matej Stuchlik c3a10ad
+++ pypy-pypy-f66246c46ca3/lib_pypy/_pypy_interact.py	2013-05-27 10:37:25.602852747 +0200
Matej Stuchlik c3a10ad
@@ -4,7 +4,7 @@ import sys
Matej Stuchlik db10290
 irc_header = "And now for something completely different"
Matej Stuchlik c3a10ad
 
Matej Stuchlik c3a10ad
 
f66590d
-def interactive_console(mainmodule=None, quiet=False, future_flags=0):
f66590d
+def interactive_console(mainmodule=None, quiet=True, future_flags=0):
Matej Stuchlik c3a10ad
     # set sys.{ps1,ps2} just before invoking the interactive interpreter. This
Matej Stuchlik c3a10ad
     # mimics what CPython does in pythonrun.c
Matej Stuchlik c3a10ad
     if not hasattr(sys, 'ps1'):