From 500f438033afbd40c646f69261c2ef55f92e147b Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 19 Oct 2019 16:07:35 +0200 Subject: [PATCH] Support for Python 3.8 mentioned in news file --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 94d6f5e4..198c4eeb 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,8 @@ What's new in psycopg 2.8.4 - Don't swallow keyboard interrupts on connect when a password is specified in the connection string (:ticket:`#898`). - Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid` - and `~psycopg2.extensions.Column.type_code` (:ticket:`961). + and `~psycopg2.extensions.Column.type_code` (:ticket:`961`). +- Fixed building with Python 3.8 (:ticket:`854`). What's new in psycopg 2.8.3