This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients cary, gvanrossum, levkivskyi, rhettinger
Date 2019-04-03.17:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554311075.44.0.890687080293.issue36466@roundup.psfhosted.org>
In-reply-to
Content
+1 from me.

There are two ways to enable this:
* Add -OOO that would remove all three: asserts, docstrings, annotations
* Add separate --O-asserts --O-docstrings --O-annotations (or similar)

I think I like the second option more.

@cary Please note that our workflow changed, you can now submit a PR to our GitHub repo instead of sending a patch.

Also please include tests and docs in your PR.
History
Date User Action Args
2019-04-03 17:04:35levkivskyisetrecipients: + levkivskyi, gvanrossum, rhettinger, cary
2019-04-03 17:04:35levkivskyisetmessageid: <1554311075.44.0.890687080293.issue36466@roundup.psfhosted.org>
2019-04-03 17:04:35levkivskyilinkissue36466 messages
2019-04-03 17:04:35levkivskyicreate