Py 3.5 MSVC 2015 build fixed noted in news

Close issue #380.
This commit is contained in:
Daniele Varrazzo 2016-03-08 00:25:19 +00:00
parent 654eeec24c
commit 48260c6406

1
NEWS
View File

@ -31,6 +31,7 @@ What's new in psycopg 2.6.2
(:ticket:`#352`).
- Fixed `!PersistentConnectionPool` on Python 3 (:ticket:`#348`).
- Added support for setuptools/wheel (:ticket:`#370`).
- Fix build on Windows with Python 3.5, VS 2015 (:ticket:`#380`).
- Fixed `!errorcodes.lookup` initialization thread-safety (:ticket:`#382`).