[issue8220] site.py's Quitter pollutes builtins with exit and quit for non-interactive use

Brett Cannon report at bugs.python.org
Wed Mar 24 18:16:18 CET 2010


Brett Cannon <brett at python.org> added the comment:

While technically site.py could probably detect it is running in an interactive session, changing this behaviour now would be backwards-incompatible and break pre-existing code that relies on this behaviour (which has been around for a long time).

----------
nosy: +brett.cannon
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8220>
_______________________________________


More information about the Python-bugs-list mailing list