summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2003-04-24 11:36:11 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2003-04-24 11:36:11 (GMT)
commit246d847475d041a823dbc3cc3aceae46e97de937 (patch)
tree7af16290d1364baa614d970f8fbfc2f20a344d43 /Misc
parent84fc9aa6ce6a2113bc58db3f3a14e3d759177ab5 (diff)
downloadcpython-246d847475d041a823dbc3cc3aceae46e97de937.zip
cpython-246d847475d041a823dbc3cc3aceae46e97de937.tar.gz
cpython-246d847475d041a823dbc3cc3aceae46e97de937.tar.bz2
New module platform.py, submitted by Marc-Andre Lemburg.
There's no separate documentation for this module yet - apart from the doc-strings which explain the APIs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 65ad925..57b2459 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -130,6 +130,9 @@ Extension modules
Library
-------
+- Added new module "platform" which provides a wide range of tools
+ for querying platform dependent features.
+
- netrc now allows Ascii punctuation characters in passwords.
- shelve now supports the optional writeback argument, and exposes