summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4db5c3d..c086be9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -877,6 +877,9 @@ Library
Extension Modules
-----------------
+- Added wide char functions to msvcrt module: getwch, getwche, putwch and
+ ungetwch. The functions accept or return unicode.
+
- os.access now returns True on Windows for any existing directory.
- Added warnpy3k function to the warnings module.