commit | 2e0a53fdf6dd84ab5418ae4faec330eaed443bd6 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Thu Mar 18 21:50:06 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Thu Mar 18 21:50:06 2010 +0000 |
tree | 172c0b358ee0206f58c5cf6ba16364dfb1ab73f9 | |
parent | decd14b5db37fed0ab92f16d5374537d0e72c9c4 [diff] [blame] |
Issue #8024: Update the Unicode database to 5.2
diff --git a/Misc/NEWS b/Misc/NEWS index abbcc04..03aa62d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Library ------- +- Issue #8024: Update the Unicode database to 5.2. + - Issue #8104: socket.recv_into() and socket.recvfrom_into() now support writing into objects supporting the new buffer API, for example bytearrays or memoryviews.