[Python-checkins] python/dist/src/Misc ACKS,1.164,1.165 NEWS,1.381,1.382

loewis@sourceforge.net loewis@sourceforge.net
Mon, 08 Apr 2002 14:28:22 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv1713/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #512005: getrusage() returns struct-like object.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.164
retrieving revision 1.165
diff -C2 -d -r1.164 -r1.165
*** ACKS	29 Mar 2002 16:28:31 -0000	1.164
--- ACKS	8 Apr 2002 21:28:20 -0000	1.165
***************
*** 414,417 ****
--- 414,418 ----
  Eric Siegerman
  Paul Sijben
+ Kirill Simonov
  Nathan Paul Simons
  Janne Sinkkonen

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.381
retrieving revision 1.382
diff -C2 -d -r1.381 -r1.382
*** NEWS	8 Apr 2002 01:38:42 -0000	1.381
--- NEWS	8 Apr 2002 21:28:20 -0000	1.382
***************
*** 57,61 ****
    Python now ships with zlib-1.1.4.
  
! - pwd and grp return enhanced tuples now, with symbolic field names.
  
  - array.array is now a type object. A new format character
--- 57,62 ----
    Python now ships with zlib-1.1.4.
  
! - pwd, grp, and resource return enhanced tuples now, with symbolic
!   field names.
  
  - array.array is now a type object. A new format character