diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-17 16:19:35 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-17 16:19:35 (GMT) |
commit | b6d4ee536174f2d467c195904c140025109242e7 (patch) | |
tree | 1d75538a1c10061fd61353e0da779e5573fc141e /Misc | |
parent | dc817b229c972b2a881d08834a0612232dac7415 (diff) | |
download | cpython-b6d4ee536174f2d467c195904c140025109242e7.zip cpython-b6d4ee536174f2d467c195904c140025109242e7.tar.gz cpython-b6d4ee536174f2d467c195904c140025109242e7.tar.bz2 |
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Patch by Robert Collins.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. + Patch by Robert Collins. + - Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, rather than strings. |