summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-04-08 21:28:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-04-08 21:28:20 (GMT)
commit688357e035d9cb291c834d14ac5acc03905b1665 (patch)
treeb5e4deb7b0e816c40b4f2f70bb60d2bd762d8765 /Misc
parent6cca2f48ed8f531f0e3bcb7535df2d4070a969c7 (diff)
downloadcpython-688357e035d9cb291c834d14ac5acc03905b1665.zip
cpython-688357e035d9cb291c834d14ac5acc03905b1665.tar.gz
cpython-688357e035d9cb291c834d14ac5acc03905b1665.tar.bz2
Patch #512005: getrusage() returns struct-like object.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 4f5ea8d..1e69c7a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -413,6 +413,7 @@ Joel Shprentz
Itamar Shtull-Trauring
Eric Siegerman
Paul Sijben
+Kirill Simonov
Nathan Paul Simons
Janne Sinkkonen
George Sipe
diff --git a/Misc/NEWS b/Misc/NEWS
index bb5792c..cd61d0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,7 +56,8 @@ Extension modules
hole was quickly plugged in zlib-1.1.4, and the Windows build of
Python now ships with zlib-1.1.4.
-- pwd and grp return enhanced tuples now, with symbolic field names.
+- pwd, grp, and resource return enhanced tuples now, with symbolic
+ field names.
- array.array is now a type object. A new format character
'u' indicates Py_UNICODE arrays. For those, .tounicode and