From b52b5733659a8add0fbbce9fdf7d2fca45b1e480 Mon Sep 17 00:00:00 2001 From: Hajime Nakagami Date: Fri, 26 Jan 2024 22:37:44 +0900 Subject: [PATCH] remove old description --- README.rst | 1 - minipg/pgcore.py | 1 - 2 files changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 071cd6c..eb7cdfa 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,6 @@ Query:: Restrictions and Unsupported Features -------------------------------------- -- Python 3.6, 3.7, 3.8 requires backports.zoneinfo https://pypi.org/project/backports.zoneinfo/ install - Supported Authentication METHOD are only 'trust', 'md5' and 'scram-sha-256'. - Not full support for array data types. - Not support for prepared statements. diff --git a/minipg/pgcore.py b/minipg/pgcore.py index 114fe1a..8ccd2c8 100644 --- a/minipg/pgcore.py +++ b/minipg/pgcore.py @@ -23,7 +23,6 @@ ############################################################################## # https://github.com/nakagami/minipg/ -from __future__ import print_function import sys import socket import string