diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-27 13:52:11 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-27 13:52:11 -0500 |
commit | f503a773d851ca3a0f1b690e8065a445f34acca9 (patch) | |
tree | 170a9968ee69f4d7ce8d89c015eba55abceef826 /NEWS.txt | |
parent | f224b8536ce266538bcfa492ec8d2b3b41fceae5 (diff) |
Make prettify() return Unicode by default, so it will look nice when passed into print() under Python 3.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ * Fixed a test failure that occured on Python 3.x when chardet was installed. +* Made prettify() return Unicode by default, so it will look nice on + Python 3 when passed into print(). + = 4.0.0b8 (20110224) = * All tree builders now preserve namespace information in the |