summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 11:39:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 11:39:45 (GMT)
commita4dac4094acd35810b1497bbf99642fc98afd475 (patch)
treebd486d5e6c438869800f2f4fcc52a4a5a0873b64 /Misc
parent7fe60c0a0ae2fe4586491867c902bb13df403285 (diff)
downloadcpython-a4dac4094acd35810b1497bbf99642fc98afd475.zip
cpython-a4dac4094acd35810b1497bbf99642fc98afd475.tar.gz
cpython-a4dac4094acd35810b1497bbf99642fc98afd475.tar.bz2
Patch #645894: Use getrusage for computing the time consumption in
profile.py if available.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 708404d..d0a8118 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Extension Modules
Library
-------
+- Patch #645894: Use getrusage for computing the time consumption in
+ profile.py if available.
+
- Patch #1046831: Use get_python_version where appropriate in sysconfig.py.
- Patch #1117454: Remove code to special-case cookies without values