diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-01 00:07:42 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-01 00:07:42 (GMT) |
commit | c652ce6d02d3665465ec87fbc1aae98558b07e43 (patch) | |
tree | eb6f8194832131cf007e10421d453486b22c1fe1 /Misc | |
parent | b7a0bfe912f203468e67f0541a365a4cc41a7cb2 (diff) | |
download | cpython-c652ce6d02d3665465ec87fbc1aae98558b07e43.zip cpython-c652ce6d02d3665465ec87fbc1aae98558b07e43.tar.gz cpython-c652ce6d02d3665465ec87fbc1aae98558b07e43.tar.bz2 |
More whatsnew adds, especially the os module.
I went through all the versionchanged/versionadded tags in the os doc page for
this changeset.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3690,7 +3690,7 @@ Library not installed. Instead, the zipfile.ZIP_STORED compression is used to create the ZipFile. Patch by Natalia B. Bidart. -- Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used +- Issue #11289: `smtp.SMTP` class is now a context manager so it can be used in a `with` statement. Contributed by Giampaolo Rodola. - Issue #11554: Fixed support for Japanese codecs; previously the body output @@ -3702,7 +3702,7 @@ Library - Issue #11407: `TestCase.run` returns the result object used or created. Contributed by Janathan Hartley. -- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified +- Issue #11500: Fixed a bug in the OS X proxy bypass code for fully qualified IP addresses in the proxy exception list. - Issue #11491: dbm.error is no longer raised when dbm.open is called with |