commit | 1622d82c08d0978cc1f19e340370030b8f424a37 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Mar 08 21:30:55 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Mar 08 21:30:55 2007 +0000 |
tree | e81441db9af561f387be29bb8c7c4d5b981208d4 | |
parent | 590af0a7c9b151e3d72ef7f5e436f7d55c8611d9 [diff] [blame] |
SF #1637850: make_table in difflib did not work with unicode
diff --git a/Misc/NEWS b/Misc/NEWS index 4eb4020..1ea4916 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -197,6 +197,8 @@ Library ------- +- Bug #1637850: make_table in difflib did not work with unicode + - Bugs #1676321: the empty() function in sched.py returned the wrong result - unittest now verifies more of its assumptions. In particular, TestCase