refine py.process.cmdexec handling wrt unicode on all python versions

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-06-25 10:30:15 +02:00
parent 4d75c703a0
commit f856db29dc
3 changed files with 14 additions and 3 deletions
+2
View File
@@ -48,6 +48,8 @@ Bug fixes / Maintenance
- don't print empty lines when showing junitxml-filename
- add optional boolean ignore_errors parameter to py.path.local.remove
- fix terminal writing on win32/python2.4
- py.process.cmdexec() now tries harder to return properly encoded unicode objects
on all python versions
Changes between 1.3.0 and 1.3.1
==================================================