]> granicus.if.org Git - python/commitdiff
Add news item about Unicode API name mangling.
authorMarc-André Lemburg <mal@egenix.com>
Tue, 31 Jul 2001 14:37:40 +0000 (14:37 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 31 Jul 2001 14:37:40 +0000 (14:37 +0000)
Misc/NEWS

index ac32e43bea7aae15c7b824515ed36a3ba7d8d913..51b211de0657fc0b3c0c309042b0224f767012cf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,13 @@ Core
   apply bounds checking on the used buffer which enhances protection
   against buffer overruns.
 
+- Unicode APIs now use name mangling to assure that mixing interpreters
+  and extensions using different Unicode widths is rendered next to 
+  impossible. Trying to import an incompatible Unicode-aware extension 
+  will result in an ImportError.  Unicode extensions writers must make
+  sure to check the Unicode width compatibility in their extensions by
+  using at least one of the mangled Unicode APIs in the extension.
+
 Library
 
 - New function xml.sax.saxutils.quoteattr():  Quote an XML attribute