summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-09 23:49:12 +1300
committerOlly Betts <olly@survex.com>2022-10-11 10:30:37 +1300
commitabf5c8a35770d506e7b2edfa547045ec50ddbb1c (patch)
tree1ce0fed8fb5879ab6052889be0ed1ec742f107a0 /Doc
parent87a677b8b387db2111b3dc518f4a3da806ebbf80 (diff)
downloadswig-abf5c8a35770d506e7b2edfa547045ec50ddbb1c.tar.gz
[python] Remove doc caveat for Python < 2.1
The minimum version we now support is Python 2.7.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Python.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html
index cc21bc011..a8c7d4c86 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -3128,9 +3128,7 @@ likely cause your program to segfault.
<p>
To help ensure that no references to the Python object remain after
calling <tt>__disown__()</tt>, this method returns a weak reference to
-the Python object. Weak references are only available in Python versions
-2.1 and higher, so for older versions you must explicitly delete all
-references. Here is an example:
+the Python object. Here is an example:
</p>
<div class="code">