From 44270f1c65edadc73106e42f87772d535b510121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 11 Oct 2010 22:50:33 +0000 Subject: [PATCH] Add entry for r85371. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index b2012f0e68e..f91f8e2e28e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,8 @@ Library Extensions ---------- +- The Unicode database was updated to 6.0.0. + What's New in Python 3.2 Alpha 3? =================================