From fae4284a643634c31830a130cf477b1b0f2cff7b Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 15 Oct 2018 01:36:55 +0100 Subject: [PATCH] Minimal formatting tweak to last news --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8aacd95f..f7826bde 100644 --- a/NEWS +++ b/NEWS @@ -27,10 +27,10 @@ Other changes: - Dropped support for Python 2.6, 3.2, 3.3. - Dropped `psycopg1` module. -- Dropped deprecated ``register_tstz_w_secs()`` (was previously a no-op). +- Dropped deprecated `!register_tstz_w_secs()` (was previously a no-op). - No longer use 2to3 during installation for Python 2 & 3 compatability. All source files are now compatible with Python 2 & 3 as is. -- The ``psycopg2.test`` package is no longer installed by ``python setup.py +- The `!psycopg2.test` package is no longer installed by ``python setup.py install``.