merge from 3.2. News update.

This commit is contained in:
Senthil Kumaran 2011-12-23 11:14:17 +08:00
commit 19d2d08014

View file

@ -419,6 +419,8 @@ Core and Builtins
Library
-------
- Issue #12798: Updated the mimetypes documentation.
- Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.