diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ Core and builtins - Added a workaround for proper string operations in BSDs. str.split and str.is* methods can now work correctly with UTF-8 locales. +- unicode.iswide() and unicode.width() is dropped and the East Asian + Width support is moved to unicodedata extension module. + Extension modules ----------------- |