Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure.
Rename --enable-unicode to --with-wide-unicode; the default is still not wide.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ff17b4..0bd1248 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@
 What's New in Python 3.0a3?
 ===========================
 
-*Release data: XX-XXX-2008*
+*Release date: XX-XXX-2008*
 
 Core and Builtins
 -----------------
@@ -46,6 +46,7 @@
 
 - Issue #1762972: Readded the reload() function as imp.reload()
 
+
 Library
 -------
 
@@ -56,6 +57,13 @@
 - Issue #1578: Problems in win_getpass.
 
 
+Build
+-----
+
+- Renamed --enable-unicode configure flag to --with-wide-unicode, since
+  Unicode strings can't be disabled anymore.
+
+
 C API
 -----
 
@@ -143,12 +151,12 @@
 - Removed all types from the 'types' module that are easily accessable through
   builtins.
 
+
 What's New in Python 3.0a1?
 ==========================
 
 *Release date: 31-Aug-2007*
 
-
 Core and Builtins
 -----------------