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 mbussonn
Recipients docs@python, mbussonn
Date 2017-02-14.16:00:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487088059.45.0.492029112528.issue29554@psf.upfronthosting.co.za>
In-reply-to
Content
profile .rst say:

> Each restriction is either an integer (to select a count of lines), or a decimal fraction between 0.0 and 1.0 inclusive (to select a percentage of lines), **or a regular expression**

Actually it accept a string that will be compiled to a regex.

Profile.py also mention:

> (i.e., in addition to the old -1, 0, 1, or 2)

Which is not really helpful, to newcomers to Python who do not know what these are meant to be. Either explaining (or removing if considered old behavior that should be stopped) seem to be better alternative.

See https://github.com/python/cpython/pull/88
History
Date User Action Args
2017-02-14 16:00:59mbussonnsetrecipients: + mbussonn, docs@python
2017-02-14 16:00:59mbussonnsetmessageid: <1487088059.45.0.492029112528.issue29554@psf.upfronthosting.co.za>
2017-02-14 16:00:59mbussonnlinkissue29554 messages
2017-02-14 16:00:59mbussonncreate