summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad87762..37ed63a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -303,6 +303,10 @@ Extension modules
- signal.sigpending, signal.sigprocmask and signal.sigsuspend have
been added where available.
+- The sys module acquired a new attribute, api_version, which evaluates
+ to the value of the PYTHON_API_VERSION macro with which the
+ interpreter was compiled.
+
Library
- New module: sets, defines the class Set that implements a mutable