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.
This commit is contained in:
Marc-André Lemburg 2003-04-24 11:36:11 +00:00
parent 84fc9aa6ce
commit 246d847475
2 changed files with 1235 additions and 0 deletions

1232
Lib/platform.py Executable file

File diff suppressed because it is too large Load Diff

View File

@ -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