[Python-Dev] Add a developer mode to Python: -X dev command line option

Barry Warsaw barry at python.org
Thu Nov 16 10:35:25 EST 2017


On Nov 15, 2017, at 21:57, Victor Stinner <victor.stinner at gmail.com> wrote:
> 
> Since Brett and Nick like the idea and nobody complained against it, I
> implemented the -X dev option:

Cool!  What would you think about printing a summary of the settings under the standard banner when you run the REPL under -X dev?  I’d rather not have to look it up in some obscure docs page whenever I use it.  If not that, then what about having a -msettings module or some such that prints it out?

-Barry


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://mail.python.org/pipermail/python-dev/attachments/20171116/f9746295/attachment.sig>


More information about the Python-Dev mailing list