[issue775964] fix test_grp failing on RedHat 6.2

2010-04-29 Thread Tres Seaver
Tres Seaver added the comment: I don't have a host where I actually use netgroups in /etc/groups, and so can't provoke the bug:: $ hg branch release26-maint $ make ... $ ./python -E -tt Lib/test/regrtest.py test_grp test_grp 1 test OK. I can verify that the patch still applies t

[issue775964] fix test_grp failing on RedHat 6.2

2010-01-17 Thread Dave Malcolm
Changes by Dave Malcolm : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue775964] fix test_grp failing on RedHat 6.2

2010-01-17 Thread Brian Curtin
Brian Curtin added the comment: Ping. Anyone know if this is still an issue? I don't have access to RH. -- nosy: +brian.curtin stage: -> patch review type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker

[issue775964] fix test_grp failing on RedHat 6.2

2008-01-03 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch versions: +Python 2.5 -Python 2.3 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list

[issue775964] fix test_grp failing on RedHat 6.2

2007-08-28 Thread Sean Reifschneider
Sean Reifschneider added the comment: A few comments on this one: Perhaps the tests should be patched instead of the grp module? Because it may be useful for someone to know that old-style NIS maps are being referenced. I presume if the change is made in grp that it should also be made in pwd?