- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 439 for host:docs.python.org (0.05 sec)
-
curses.ascii — Utilities for ASCII characters —...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlRegistered: Fri Dec 12 03:45:02 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 43.2K bytes - Viewed (0) -
Deprecations — Python 3.14.2 documentation
Pending removal in Python 3.15: The import system:- Setting__cached__ on a module while failing to set__spec__.cached is deprecated. In Python 3.15,__cached__ will cease to be set or take into cons...docs.python.org/3/deprecations/index.htmlRegistered: Fri Dec 12 04:10:34 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 119.5K bytes - Viewed (0) -
xml.sax — Support for SAX2 parsers — Python 3.1...
Source code: Lib/xml/sax/__init__.py The xml.sax package provides a number of modules which implement the Simple API for XML (SAX) interface for Python. The package itself provides the SAX exceptio...docs.python.org/3/library/xml.sax.htmlRegistered: Fri Dec 12 04:10:37 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 34.6K bytes - Viewed (0) -
getopt — C-style parser for command line option...
Source code: Lib/getopt.py This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix getopt() function (including the special meanings ...docs.python.org/3/library/getopt.htmlRegistered: Fri Dec 12 04:10:25 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 40.6K bytes - Viewed (0) -
What’s New in Python 2.1 — Python 3.14.2 docume...
Author, A.M. Kuchling,. Introduction: This article explains the new features in Python 2.1. While there aren’t as many changes in 2.1 as there were in Python 2.0, there are still some pleasant surp...docs.python.org/3/whatsnew/2.1.htmlRegistered: Fri Dec 12 04:08:30 UTC 2025 - Last Modified: Thu Dec 11 22:18:23 UTC 2025 - 88.7K bytes - Viewed (0) -
The initialization of the sys.path module searc...
A module search path is initialized when Python starts. This module search path may be accessed at sys.path. The first entry in the module search path is the directory that contains the input scrip...docs.python.org/3/library/sys_path_init.htmlRegistered: Fri Dec 12 04:08:33 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 34.1K bytes - Viewed (0) -
keyword — Testing for Python keywords — Python ...
Source code: Lib/keyword.py This module allows a Python program to determine if a string is a keyword or soft keyword.docs.python.org/3/library/keyword.htmlRegistered: Fri Dec 12 04:08:36 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 17.7K bytes - Viewed (0) -
grp — The group database — Python 3.14.2 docume...
This module provides access to the Unix group database. It is available on all Unix versions. Availability: Unix, not WASI, not Android, not iOS. Group database entries are reported as a tuple-like...docs.python.org/3/library/grp.htmlRegistered: Fri Dec 12 04:08:26 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 18.8K bytes - Viewed (0) -
xmlrpc — XMLRPC server and client modules — Pyt...
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is named by a URI) and get ...docs.python.org/3/library/xmlrpc.htmlRegistered: Fri Dec 12 04:05:52 UTC 2025 - Last Modified: Thu Dec 11 22:18:24 UTC 2025 - 15.1K bytes - Viewed (0) -
What’s New in Python 2.5 — Python 3.14.2 docume...
Author, A.M. Kuchling,. This article explains the new features in Python 2.5. The final release of Python 2.5 is scheduled for August 2006; PEP 356 describes the planned release schedule. Python 2....docs.python.org/3/whatsnew/2.5.htmlRegistered: Fri Dec 12 04:13:56 UTC 2025 - Last Modified: Thu Dec 11 22:18:23 UTC 2025 - 257.8K bytes - Viewed (0)