From abf5c8a35770d506e7b2edfa547045ec50ddbb1c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sun, 9 Oct 2022 23:49:12 +1300 Subject: [PATCH] [python] Remove doc caveat for Python < 2.1 The minimum version we now support is Python 2.7. --- Doc/Manual/Python.html | 4 +--- 1 file changed, 1 insertion(+), 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.

To help ensure that no references to the Python object remain after calling __disown__(), 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: