[python] Remove doc caveat for Python < 2.1
The minimum version we now support is Python 2.7.
This commit is contained in:
parent
87a677b8b3
commit
abf5c8a357
1 changed files with 1 additions and 3 deletions
|
|
@ -3128,9 +3128,7 @@ likely cause your program to segfault.
|
||||||
<p>
|
<p>
|
||||||
To help ensure that no references to the Python object remain after
|
To help ensure that no references to the Python object remain after
|
||||||
calling <tt>__disown__()</tt>, this method returns a weak reference to
|
calling <tt>__disown__()</tt>, this method returns a weak reference to
|
||||||
the Python object. Weak references are only available in Python versions
|
the Python object. Here is an example:
|
||||||
2.1 and higher, so for older versions you must explicitly delete all
|
|
||||||
references. Here is an example:
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="code">
|
<div class="code">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue