summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-16 17:06:06 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-16 17:06:06 +0000
commit654be4784cebb849bb2f8cd80b366bac1934e827 (patch)
tree0aac7b64e44b48f5ecb52a546338fc8ec2066264 /NEWS
parentf9d6430ae4ed6a476321767eb7d4b569d8809c53 (diff)
downloadpsycopg2-654be4784cebb849bb2f8cd80b366bac1934e827.tar.gz
Dropped examples dir (and some leftover reference to the sandbox dir)
Close #645.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3c783c6..9047766 100644
--- a/NEWS
+++ b/NEWS
@@ -1012,7 +1012,7 @@ What's new in psycopg 2.0 beta 7
What's new in psycopg 2.0 beta 6
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Support for named cursors (see examples/fetch.py).
+* Support for named cursors.
* Safer parsing of time intervals.
@@ -1042,7 +1042,7 @@ What's new in psycopg 2.0 beta 5
* All classes have been renamed to exist in the psycopg2._psycopg module,
to fix problems with automatic documentation generators like epydoc.
-* NOTIFY is correctly trapped (see examples/notify.py for example code.)
+* NOTIFY is correctly trapped.
What's new in psycopg 2.0 beta 4
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -1159,8 +1159,7 @@ What's new in psycopg 1.99.10
What's new in psycopg 1.99.9
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Added simple pooling code (psycopg.pool module); see the reworked
- examples/threads.py for example code.
+* Added simple pooling code (psycopg.pool module).
* Added DECIMAL typecaster to convert postgresql DECIMAL and NUMERIC
types (i.e, all types with an OID of NUMERICOID.) Note that the