diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-04-16 19:14:09 (GMT) |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-04-16 19:14:09 (GMT) |
| commit | 03d327d8aed7002447e7271916c2527c91496ee5 (patch) | |
| tree | de47bca80c3ad99b6d01680ee860f3aec9348077 | |
| parent | 33fcecac4b0cd07a492793fb87c10b46507576f6 (diff) | |
| download | cpython-03d327d8aed7002447e7271916c2527c91496ee5.zip cpython-03d327d8aed7002447e7271916c2527c91496ee5.tar.gz cpython-03d327d8aed7002447e7271916c2527c91496ee5.tar.bz2 | |
Issue #5768: Change to Unicode output logic and test case for same.
| -rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -17,6 +17,8 @@ Core and Builtins Library ------- +- Issue #5768: Fixed bug in Unicode output logic and test case for same. + - Issue #1161031: fix readwrite select flag handling: POLLPRI now results in a handle_expt_event call, not handle_read_event, and POLLERR and POLLNVAL now call handle_close, not handle_expt_event. Also, @@ -126,7 +128,7 @@ Library - Issue #5741: don't disallow "%%" (which is an escape for "%") when setting a value in SafeConfigParser. -- Issue #5731: Distutils bdist_wininst no longer worked on non-Windows +- Issue #5731: Distutils bdist_wininst no longer worked on non-Windows platforms. Initial patch by Paul Moore. - Issue #1491431: Fixed distutils.filelist.glob_to_re for edge cases. @@ -171,7 +173,7 @@ Library - Issue #5261: Patch multiprocessing's semaphore.c to support context manager use: "with multiprocessing.Lock()" works now. -- Issue #5177: Multiprocessing's SocketListener class now uses +- Issue #5177: Multiprocessing's SocketListener class now uses socket.SO_REUSEADDR on all connections so that the user no longer needs to wait 120 seconds for the socket to expire. @@ -469,7 +471,7 @@ Tests - Issue #5635: Fix running test_sys with tracing enabled. - regrtest no longer treats ImportError as equivalent to SkipTest. Imports - that should cause a test to be skipped are now done using import_module + that should cause a test to be skipped are now done using import_module from test support, which does the conversion. - Issue #5083: New 'gui' resource for regrtest. |
