[Patches] [ python-Patches-523268 ] pwd.getpw* returns enhanced tuple.

noreply@sourceforge.net noreply@sourceforge.net
Fri, 01 Mar 2002 02:48:12 -0800


Patches item #523268, was opened at 2002-02-27 06:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=523268&group_id=5470

Category: Modules
Group: Python 2.2.x
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Sean Reifschneider (jafo)
Assigned to: Nobody/Anonymous (nobody)
Summary: pwd.getpw* returns enhanced tuple.

Initial Comment:
This patch against the current CVS implements the
enhanced tuple return types for pwd.getpw*().  This
makes the return similar to time.localtime() and os.stat().

Includes changes to the documents as well.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-03-01 11:48

Message:
Logged In: YES 
user_id=21627

Thanks, committed as libgrp.tex 1.16, grpmodule.c 2.17,
pwdmodule.c 1.27, libpwd.tex 1.14, NEWS 1.359.

----------------------------------------------------------------------

Comment By: Quinn Dunkan (quinn_dunkan)
Date: 2002-03-01 08:59

Message:
Logged In: YES 
user_id=429749

Looks good to me.  I'll go zap mine now.


----------------------------------------------------------------------

Comment By: Sean Reifschneider (jafo)
Date: 2002-02-28 10:20

Message:
Logged In: YES 
user_id=81797

I've taken a look at Quinn's patch, and have created a new
version which I believe is the combination of the two.  It
also includes doc strings for the structs themselves,
documentation of the grp module, and removes a case where a
failure can cause a memory leak.

I'll ask Quinn to review this patch.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2002-02-27 23:21

Message:
Logged In: YES 
user_id=21627

Please coordinate with Quinn Dunkan (patch #522027). It
seems his patch fills out some character strings where you
use NULL.

Ideally, you'd both come up with a revised version of the
patch, and withdraw the other one.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=523268&group_id=5470