Patch #1213831: Fix typo in unicodedata._getcode.
Will backport to Python 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index fca9b55..1ffa307 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,8 @@
 Extension Modules
 -----------------
 
+- Patch #1213831: Fix typo in unicodedata._getcode.
+
 - Bug #1007046: os.startfile() did not accept unicode strings encoded in
   the file system encoding.