Kaydet (Commit) 6eed9065 authored tarafından Guido van Rossum's avatar Guido van Rossum

Typo (missing _) in _xdr line.

üst 6c0b2340
...@@ -139,7 +139,7 @@ errno errnomodule.c # posix (UNIX) errno values ...@@ -139,7 +139,7 @@ errno errnomodule.c # posix (UNIX) errno values
#dbm dbmmodule.c # dbm(3) may require -lndbm or similar #dbm dbmmodule.c # dbm(3) may require -lndbm or similar
#nis nismodule.c # Sun yellow pages -- not everywhere #nis nismodule.c # Sun yellow pages -- not everywhere
#termios termios.c # Steen Lumholt's termios module #termios termios.c # Steen Lumholt's termios module
#_xdr xdrmodule.c # -lnsl # Helper for xdrlib.py #_xdr _xdrmodule.c # -lnsl # Helper for xdrlib.py
# Multimedia modules -- on by default. # Multimedia modules -- on by default.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment