<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 06/14/2012 05:06 AM, Victor Stinner wrote:<br>
<blockquote
cite="mid:CAMpsgwZNRCxBo+c9uv5LBC4sw9kKes_0n+JQbqq2RWxJwMb=rw@mail.gmail.com"
type="cite">
<blockquote type="cite">
<pre wrap="">* 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.
</pre>
</blockquote>
<pre wrap="">I suppose that the value depends on the running platform? (For
example, you may get a different value on Linux and Windows.)</pre>
</blockquote>
<br>
Exactly. I expect it to vary mainly by platform.<br>
<br>
<br>
<i>/arry</i><br>
</body>
</html>