mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -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