mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
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:
parent
84fc9aa6ce
commit
246d847475
2 changed files with 1235 additions and 0 deletions
1232
Lib/platform.py
Executable file
1232
Lib/platform.py
Executable file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue