summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6385157..0492392 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Extension Modules
Library
-------
+- os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience.
+
- Enhancements to the csv module:
+ Dialects are now validated by the underlying C code, better