diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-20 14:29:42 +0000 |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-20 14:29:42 +0000 |
commit | 31559b6123a520e1c2ef179d75cbd1c3ececf1f7 (patch) | |
tree | cb654de6e61f570727a8edca264a54b5d0ad0b61 | |
parent | 2c4e741447a379db177d0515f57dfe0d56f3882e (diff) | |
download | cpython-git-31559b6123a520e1c2ef179d75cbd1c3ececf1f7.tar.gz |
adding a NEWS note for #5795 (previously checked via the buildbot)
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -229,6 +229,8 @@ Core and Builtins Library ------- +- Issue #5795: Fixed test_distutils failure on Debian ppc. + - Issue #5768: Fixed bug in Unicode output logic and test case for same. - Issue #1161031: fix readwrite select flag handling: POLLPRI now |