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 pitrou
Recipients georg.brandl, pitrou
Date 2009-02-14.16:13:59
SpamBayes Score 0.008486543
Marked as misclassified No
Message-id <1234628040.08.0.02153532615.issue5179@psf.upfronthosting.co.za>
In-reply-to
Content
Wow, the Roundup email gateway borks code snippets:

>>> import resource
>>> resource.getrlimit(resource.RLIMIT_NOFILE)
(1024, 1024)
History
Date User Action Args
2009-02-14 16:14:00pitrousetrecipients: + pitrou, georg.brandl
2009-02-14 16:14:00pitrousetmessageid: <1234628040.08.0.02153532615.issue5179@psf.upfronthosting.co.za>
2009-02-14 16:13:59pitroulinkissue5179 messages
2009-02-14 16:13:59pitroucreate