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 Paul.Price
Recipients Paul.Price, docs@python, kushal.das, r.david.murray, terry.reedy
Date 2013-03-21.21:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363900398.83.0.0888402994755.issue17409@psf.upfronthosting.co.za>
In-reply-to
Content
You missed out an "is":

   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).  Specifying an
   infinite/unlmited limit when the hard or system limit for that resource **is** not
   unlimited will result in a :exc:`ValueError`.  ``setrlimit`` may also raise
    :exc:`error` if the underlying system call fails.
History
Date User Action Args
2013-03-21 21:13:18Paul.Pricesetrecipients: + Paul.Price, terry.reedy, r.david.murray, docs@python, kushal.das
2013-03-21 21:13:18Paul.Pricesetmessageid: <1363900398.83.0.0888402994755.issue17409@psf.upfronthosting.co.za>
2013-03-21 21:13:18Paul.Pricelinkissue17409 messages
2013-03-21 21:13:18Paul.Pricecreate