diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |