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 martin.panter
Recipients Kurt.Rose, jrunyon, martin.panter, ronaldoussoren
Date 2015-11-17.22:07:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447798021.68.0.11013839654.issue20468@psf.upfronthosting.co.za>
In-reply-to
Content
Python’s getrusage() calls the C-level getrusage() function. Man pages for reference:

http://man7.org/linux/man-pages/man2/getrusage.2.html
https://www.freebsd.org/cgi/man.cgi?query=getrusage&sektion=2
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man2/getrusage.2.html

I find “kilobytes” ambiguous, since it probably means “kibibytes”, multiples of 1024 bytes, rather than 1000 bytes. Maybe it would be best to just say the unit varies by platform, and let the user check the manuals themself.

I agree about dropping the text from getpagesize() though.
History
Date User Action Args
2015-11-17 22:07:01martin.pantersetrecipients: + martin.panter, ronaldoussoren, Kurt.Rose, jrunyon
2015-11-17 22:07:01martin.pantersetmessageid: <1447798021.68.0.11013839654.issue20468@psf.upfronthosting.co.za>
2015-11-17 22:07:01martin.panterlinkissue20468 messages
2015-11-17 22:07:01martin.pantercreate