[Python-Dev] fp vs. fd

Tim Peters tim_one@email.msn.com
Thu, 8 Feb 2001 00:24:41 -0500


[Eric S. Raymond]
> There are a number of places in the Python library that require a
> numeric file descriptor, rather than a file object.

[Ka-Ping Yee]
> I'm curious... where?

mmap.mmap(fileno, ...) for me most recently, where, usually, it's simply
annoying.

fresh-on-my-mind-ly y'rs  - tim