[Python-Dev] PEP 362 Third Revision (original) (raw)
Larry Hastings larry at hastings.org
Fri Jun 15 04:29:34 CEST 2012
- Previous message: [Python-Dev] PEP 362 Third Revision
- Next message: [Python-Dev] PEP 362 Third Revision
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 06/14/2012 05:06 AM, Victor Stinner wrote:
* isimplemented : bool True if the parameter is implemented for use. Some platforms implement functions but can't support specific parameters (e.g. "mode" for
os.mkdir
). Passing in an unimplemented parameter may result in the parameter being ignored, or in NotImplementedError being raised. It is intended that all conditions whereisimplemented
may be False be thoroughly documented. I suppose that the value depends on the running platform? (For example, you may get a different value on Linux and Windows.)
Exactly. I expect it to vary mainly by platform.
//arry/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120614/9e5de7ac/attachment.html>
- Previous message: [Python-Dev] PEP 362 Third Revision
- Next message: [Python-Dev] PEP 362 Third Revision
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]