[stdlib-sig] Proposal: new "interpreter" module

Brett Cannon brett at python.org
Sat Apr 5 17:37:29 CEST 2008


On Sat, Apr 5, 2008 at 4:58 PM, Benjamin Peterson
<musiccomposition at gmail.com> wrote:
> Here's an updated version:
>
>
>    - display_hook, stdout, stdin, and stderr
>    - flags and warn_options
>    - settrace, and setprofile
>    - traceback, excepthook
>    - etc...
>

You still need to get rid of the "etc.". Beyond being explicit, it
makes it easier for people reviewing the PEP to see what they think
might be better placed in the new module.

-Brett


More information about the stdlib-sig mailing list