Patch #1422385: Changes to nis module to support multiple NIS domains · pythoncapi/cpython@57a34e8 · GitHub
Skip to content

Commit 57a34e8

Browse files
committed
Patch #1422385: Changes to nis module to support multiple NIS domains
1 parent faa26df commit 57a34e8

4 files changed

Lines changed: 101 additions & 26 deletions

File tree

Doc/lib/libnis.tex

Lines changed: 18 additions & 3 deletions

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Neal Becker
4747
Robin Becker
4848
Bill Bedford
4949
Reimer Behrends
50+
Ben Bell
5051
Thomas Bellman
5152
Juan M. Bello Rivas
5253
Alexander Belopolsky

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ Core and builtins
216216
Extension Modules
217217
-----------------
218218

219+
- Patch #1422385: The nis module now supports access to domains other
220+
than the system default domain.
221+
219222
- Use Win32 API to implement os.stat/fstat. As a result, subsecond timestamps
220223
are reported, the limit on path name lengths is removed, and stat reports
221224
WindowsError now (instead of OSError).

Modules/nismodule.c

Lines changed: 79 additions & 23 deletions

0 commit comments

Comments
 (0)