[Python-Dev] mknod for posixmodule (original) (raw)

Martin v. Loewis martin@v.loewis.de
13 Apr 2002 12:40:36 +0200


Michael Hudson <mwh@python.net> writes:

Generally, I think we wrap this sort of function as thinly as possible. That way you can use the man page as help. And this isn't the sort of function that fragile newbies are likely to trip over is it?

I completely agree.

Martin