summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-08-21 16:41:38 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-08-21 16:41:38 (GMT)
commitd7f3cdd07d7387787c18c0c34a71ee00d77a26c8 (patch)
treee5e316753262fbdfd803f06d051c9153eede98fe /Misc
parent1dc3c898a844594440fb46a56b76208c1e63890a (diff)
parent6afe85827c209b9d1e76a65ffdb7420b5f46ad3d (diff)
downloadcpython-d7f3cdd07d7387787c18c0c34a71ee00d77a26c8.zip
cpython-d7f3cdd07d7387787c18c0c34a71ee00d77a26c8.tar.gz
cpython-d7f3cdd07d7387787c18c0c34a71ee00d77a26c8.tar.bz2
Issue #21718: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2cd015c..89dcaa2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@ Core and Builtins
Library
-------
+- Issue #21718: cursor.description is now available for queries using CTEs.
+
- Issue #27819: In distutils sdists, simply produce the "gztar" (gzipped tar
format) distributions on all platforms unless "formats" is supplied.