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 rffontenelle
Recipients rffontenelle
Date 2020-10-28.11:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603883314.74.0.667097394746.issue42180@roundup.psfhosted.org>
In-reply-to
Content
Missing plural in the start of the following sentence from library/functions:

"The optional argument *flags* and *dont_inherit* controls which :ref:`compiler options <ast-compiler-flags>` should be activated and which :ref:`future features <future>` should be allowed."

This was introduced in bpo-40484, probably by accident.

Link to source code: https://github.com/python/cpython/blob/master/Doc/library/functions.rst#L262
History
Date User Action Args
2020-10-28 11:08:34rffontenellesetrecipients: + rffontenelle
2020-10-28 11:08:34rffontenellesetmessageid: <1603883314.74.0.667097394746.issue42180@roundup.psfhosted.org>
2020-10-28 11:08:34rffontenellelinkissue42180 messages
2020-10-28 11:08:34rffontenellecreate