From: Antoine Pitrou Date: Sun, 19 May 2013 13:46:37 +0000 (+0200) Subject: Issue #11995: test_pydoc doesn't import all sys.path modules anymore. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52d113e282630a5d44d80a8f02ce743b57aeb81;p=python Issue #11995: test_pydoc doesn't import all sys.path modules anymore. --- c52d113e282630a5d44d80a8f02ce743b57aeb81 diff --cc Misc/NEWS index 4a3ba4b57d,a9ce97aec4..da81c3b0bf --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -331,24 -286,22 +331,28 @@@ Documentatio - Issue #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. -- Issue #17915: Fix interoperability of xml.sax with file objects returned by - codecs.open(). ++Tests ++----- + -Build ++- Issue #11995: test_pydoc doesn't import all sys.path modules anymore. ++ +C-API ----- -- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC - 4.8. +- Issue #17522: Add the PyGILState_Check() API. + +- Issue #17327: Add PyDict_SetDefault. + - +IDLE +---- -- Issue #17962: Build with OpenSSL 1.0.1e on Windows. +- Issue #17838: Allow sys.stdin to be reassigned. +- Issue #13495: Avoid loading the color delegator twice in IDLE. -What's New in Python 3.3.1? -=========================== +- Issue #17798: Allow IDLE to edit new files when specified on command line. -*Release date: 07-Apr-2013* +- Issue #14735: Update IDLE docs to omit "Control-z on Windows". Build -----