[python] Remove doc caveat for Python < 2.1

The minimum version we now support is Python 2.7.
This commit is contained in:
Olly Betts 2022-10-09 23:49:12 +13:00
commit abf5c8a357

View file

@ -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">