This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rickysarraf
Recipients georg.brandl, rickysarraf
Date 2009-09-02.16:42:59
SpamBayes Score 1.697426e-05
Marked as misclassified No
Message-id <1251909781.63.0.685022567379.issue6824@psf.upfronthosting.co.za>
In-reply-to
Content
Whey I do a help (python-module), I get the help text as follows:

Help on module tempfile:

NAME
    tempfile - Temporary files.

FILE
    /usr/lib/python2.5/tempfile.py

MODULE DOCS
    http://www.python.org/doc/2.5.4/lib/module-tempfile.html

DESCRIPTION
    This module provides generic, low- and high-level interfaces for
    creating temporary files and directories.  The interfaces listed
    as "safe" just below can be used without fear of race conditions.
    Those listed as "unsafe" cannot, and are provided for backward
    compatibility only.

The link to the webpage lists the supported platforms for the module.
It would be good to have an entry stating the list of platforms supported
by the module, in the module doc itself.
History
Date User Action Args
2009-09-02 16:43:01rickysarrafsetrecipients: + rickysarraf, georg.brandl
2009-09-02 16:43:01rickysarrafsetmessageid: <1251909781.63.0.685022567379.issue6824@psf.upfronthosting.co.za>
2009-09-02 16:43:00rickysarraflinkissue6824 messages
2009-09-02 16:42:59rickysarrafcreate