diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-21 16:41:38 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-08-21 16:41:38 (GMT) |
commit | d7f3cdd07d7387787c18c0c34a71ee00d77a26c8 (patch) | |
tree | e5e316753262fbdfd803f06d051c9153eede98fe /Misc | |
parent | 1dc3c898a844594440fb46a56b76208c1e63890a (diff) | |
parent | 6afe85827c209b9d1e76a65ffdb7420b5f46ad3d (diff) | |
download | cpython-d7f3cdd07d7387787c18c0c34a71ee00d77a26c8.zip cpython-d7f3cdd07d7387787c18c0c34a71ee00d77a26c8.tar.gz cpython-d7f3cdd07d7387787c18c0c34a71ee00d77a26c8.tar.bz2 |
Issue #21718: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |