[Python-bugs-list] [ python-Bugs-779218 ] 2.3c2 test_pwd fails on Mac OS X 10.2.6

SourceForge.net noreply@sourceforge.net
Mon, 28 Jul 2003 16:18:07 -0700


Bugs item #779218, was opened at 2003-07-28 23:16
Message generated for change (Settings changed) made by janssen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779218&group_id=5470

Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Janssen (janssen)
>Assigned to: Walter Dörwald (doerwalter)
Summary: 2.3c2 test_pwd fails on Mac OS X 10.2.6

Initial Comment:
I get one test failure on Mac OS 10.2.6:

test test_pwd failed -- Traceback (most recent call last):
File "/Temporary Items/Python-2.3c2/Lib/test/test_pwd.py", line 42, in test_values
   self.assert_(pwd.getpwuid(e.pw_uid) in entriesbyuid[e.pw_uid])
KeyError: 'getpwuid(): uid not found'

The passwd entry on which it fails looks perfectly normal, AFAICS. We've got about 3500 entries in our passwd file, if that's of interest.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779218&group_id=5470