Mention binary packages no longer installed by default in NEWS

Also fixed an unrelated typo.

[skip ci]
This commit is contained in:
Daniele Varrazzo 2019-02-16 16:08:37 +01:00
parent 495ff79f23
commit 1dd8c7435f

4
NEWS
View File

@ -39,8 +39,10 @@ Other changes:
- Dropped deprecated `!register_tstz_w_secs()` (was previously a no-op).
- Dropped deprecated `!PersistentConnectionPool`. This pool class was mostly
designed to interact with Zope. Use `!ZPsycopgDA.pool` instead.
- Binary packages no longer installed by default. The 'psycopg2-binary'
package must be used explicitly.
- Dropped `!PSYCOPG_DISPLAY_SIZE` build parameter.
- No longer use 2to3 during installation for Python 2 & 3 compatability. All
- No longer use 2to3 during installation for Python 2 & 3 compatibility. All
source files are now compatible with Python 2 & 3 as is.
- The `!psycopg2.test` package is no longer installed by ``python setup.py
install``.