This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tseaver
Recipients anthonybaxter, barry, brian.curtin, dmalcolm, doerwalter, jafo, jbrouwers, nnorwitz, tseaver
Date 2010-04-30.01:16:00
SpamBayes Score 0.0027087375
Marked as misclassified No
Message-id <1272590163.13.0.847664408297.issue775964@psf.upfronthosting.co.za>
In-reply-to
Content
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 to the 'release26-maint' branch::

  $ patch -p0 < /tmp/grp.diff 
  patching file Modules/grpmodule.c
  Hunk #1 succeeded at 134 (offset 12 lines).

and that the tests still pass aftewards::

  $ make
  ...
  $ ./python -E -tt Lib/test/regrtest.py test_grp
  test_grp
  1 test OK.
History
Date User Action Args
2010-04-30 01:16:03tseaversetrecipients: + tseaver, barry, doerwalter, nnorwitz, anthonybaxter, jafo, jbrouwers, brian.curtin, dmalcolm
2010-04-30 01:16:03tseaversetmessageid: <1272590163.13.0.847664408297.issue775964@psf.upfronthosting.co.za>
2010-04-30 01:16:01tseaverlinkissue775964 messages
2010-04-30 01:16:00tseavercreate