Issue #5768: Change to Unicode output logic and test case for same.

This commit is contained in:
Vinay Sajip 2009-04-16 19:14:09 +00:00
parent 33fcecac4b
commit 03d327d8ae
1 changed files with 5 additions and 3 deletions

View File

@ -17,6 +17,8 @@ Core and Builtins
Library Library
------- -------
- Issue #5768: Fixed bug in Unicode output logic and test case for same.
- Issue #1161031: fix readwrite select flag handling: POLLPRI now - Issue #1161031: fix readwrite select flag handling: POLLPRI now
results in a handle_expt_event call, not handle_read_event, and POLLERR results in a handle_expt_event call, not handle_read_event, and POLLERR
and POLLNVAL now call handle_close, not handle_expt_event. Also, and POLLNVAL now call handle_close, not handle_expt_event. Also,