From: Denis Laxalde Date: Tue, 9 Apr 2024 07:18:07 +0000 (+0200) Subject: docs: shorten news entry about Connection.cancel_safe() X-Git-Tag: 3.2.0~54^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c1fc90245e41bbd4b650be306a8e5960ec1f246;p=thirdparty%2Fpsycopg.git docs: shorten news entry about Connection.cancel_safe() --- diff --git a/docs/news.rst b/docs/news.rst index 4c130ad0a..b4e3586ac 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -36,11 +36,8 @@ Psycopg 3.2 (unreleased) The `Cursor` now only preserves the results set of the last `~Cursor.execute()`, consistently with non-pipeline mode. - Add `~Connection.cancel_safe()` for encrypted and non-blocking cancellation - (:ticket:`#754`). -- Possibly use non-blocking cancellation upon `KeyboardInterrupt` - (:ticket:`#754`). -- Possibly use non-blocking cancellation upon `Copy` termination - (:ticket:`#754`). + If possible, use such method internally upon `KeyboardInterrupt` and `Copy` + termination (:ticket:`#754`). .. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types