diff options
author | Marc-André Lemburg <mal@egenix.com> | 2003-04-24 11:36:11 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2003-04-24 11:36:11 (GMT) |
commit | 246d847475d041a823dbc3cc3aceae46e97de937 (patch) | |
tree | 7af16290d1364baa614d970f8fbfc2f20a344d43 /Misc | |
parent | 84fc9aa6ce6a2113bc58db3f3a14e3d759177ab5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |