[Python-Dev] PEP 362 Third Revision
Larry Hastings
larry at hastings.org
Fri Jun 15 04:29:34 CEST 2012
On 06/14/2012 05:06 AM, Victor Stinner wrote:
>> * is_implemented : 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 where ``is_implemented`` 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>
More information about the Python-Dev
mailing list