Python Modules

This section includes a python module I have written which is not usable as a standalone utility. It is included in the obsolete section because it is only needed for Python 1.5.x.

pymkstemp

I've written a python wrapper for the mkstemp C library call. If you have a python program that uses temporary files, and you are currently using the standard Python library module "tempfile", you might want to use this instead. If you are using Python 2.x, you do not need this, as the standard os module now includes an interface to mkstemp.