]> granicus.if.org Git - python/commit
Extend the pwd & grp emulations to support accessing the pwd/grp
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Thu, 10 Jul 2003 12:52:54 +0000 (12:52 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Thu, 10 Jul 2003 12:52:54 +0000 (12:52 +0000)
commit71d74e87cbcf4626520e20d5e83da697d7cba00f
tree26496e3acff5f54ba70c431678f370a42468043c
parent28df64ac472862ce0f03f932407e71a35ce61f19
Extend the pwd & grp emulations to support accessing the pwd/grp
record tuple by name as well as index, to match the behaviour of
the pwd/grp extension modules for Unix.  These emulation modules
now pass test_pwd & test_grp.
Lib/plat-os2emx/grp.py
Lib/plat-os2emx/pwd.py