]> granicus.if.org Git - python/commit
Patch by Fred Gansevles (the module's original author).
authorGuido van Rossum <guido@python.org>
Tue, 29 Feb 2000 15:52:40 +0000 (15:52 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Feb 2000 15:52:40 +0000 (15:52 +0000)
commit61b705a5700fadada031857f2bbf6dc94003820e
tree0db38bcee18e87599d3af801b3db0a4c00bb7b98
parent43713e5a2899930a8698e244b0d0fef59a676d17
Patch by Fred Gansevles (the module's original author).

This patch fixes 3 small problems.
1) If a map is used which is generated with 'makedbm -a',
   the trailing '\0' is now handled correctely.
2) The nis.maps() function skipped the first map in the output list.
3) The library '-lnsl' is added in Setup.in (needed on Linux glibc2 and
   Solaris systems. Maybe on other systems too?)

[I note that this still doesn't work when you are using NIS+ --GvR]
Modules/Setup.in
Modules/nismodule.c