mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Refer reader to platform library docs for specific semantics.
Resolves SF bugs 697989, 697988, 697986.
This commit is contained in:
parent
c1b2cb9d8f
commit
6cb52ddc3c
1 changed files with 6 additions and 3 deletions
|
|
@ -5,9 +5,12 @@
|
|||
\modulesynopsis{Time access and conversions.}
|
||||
|
||||
|
||||
This module provides various time-related functions.
|
||||
It is always available, but not all functions are available
|
||||
on all platforms.
|
||||
This module provides various time-related functions. It is always
|
||||
available, but not all functions are available on all platforms. Most
|
||||
of the functions defined in this module call platform C library
|
||||
functions with the same name. It may sometimes be helpful to consult
|
||||
the platform documentation, because the semantics of these functions
|
||||
varies among platforms.
|
||||
|
||||
An explanation of some terminology and conventions is in order.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue