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 terry.reedy
Recipients Paul.Price, docs@python, kushal.das, r.david.murray, terry.reedy
Date 2013-03-21.22:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363903769.94.0.284765340156.issue17409@psf.upfronthosting.co.za>
In-reply-to
Content
Both old and new have this sentence:
"Raises :exc:`ValueError` if an invalid resource is specified, if the new soft limit exceeds the hard limit, or if a process tries to raise its hard limit (unless the process has an effective UID of super-user)."

This strikes me as a bit awkward and ambiguous. As a naive reader that does not already know the facts, it is unclear whether the (unless...) applies to the overall sentence (Raise...) or just the last clause (if a process...). I would try moving the 'unless...' either before the whole sentence or before the clause, depending on which is true.
History
Date User Action Args
2013-03-21 22:09:30terry.reedysetrecipients: + terry.reedy, r.david.murray, docs@python, Paul.Price, kushal.das
2013-03-21 22:09:29terry.reedysetmessageid: <1363903769.94.0.284765340156.issue17409@psf.upfronthosting.co.za>
2013-03-21 22:09:29terry.reedylinkissue17409 messages
2013-03-21 22:09:29terry.reedycreate