summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-21 10:52:08 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-21 10:52:08 (GMT)
commitf0feec2cb684681139ad81acf4a6a541b57a6274 (patch)
tree9b5b5e67cb966cd6064910bd67969063b08fcc04 /Misc
parentb52187710e4b486b33624fbde9ba646bc8e925fc (diff)
downloadcpython-f0feec2cb684681139ad81acf4a6a541b57a6274.zip
cpython-f0feec2cb684681139ad81acf4a6a541b57a6274.tar.gz
cpython-f0feec2cb684681139ad81acf4a6a541b57a6274.tar.bz2
Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct
encoding
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fb9b52c..5ac16df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -375,7 +375,10 @@ C-API
Library
-------
-- Issue #4870: Add an `options` attribute to SSL contexts, as well as
+- Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the
+ correct encoding
+
+- Issue #4870: Add an `options` attribute to SSL contexts, as well as
several ``OP_*`` constants to the `ssl` module. This allows to selectively
disable protocol versions, when used in combination with `PROTOCOL_SSLv23`.