mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Doc patch from SF 474274 (pure Python strptime by Brett Cannon).
This commit is contained in:
parent
d3c46d5463
commit
18eb8b85b3
1 changed files with 0 additions and 7 deletions
|
|
@ -281,13 +281,6 @@ supported directives. If \var{string} cannot be parsed according to
|
||||||
provided as part of the input string are filled in with default
|
provided as part of the input string are filled in with default
|
||||||
values; the specific values are platform-dependent as the XPG standard
|
values; the specific values are platform-dependent as the XPG standard
|
||||||
does not provide sufficient information to constrain the result.
|
does not provide sufficient information to constrain the result.
|
||||||
|
|
||||||
\note{This function relies entirely on the underlying
|
|
||||||
platform's C library for the date parsing, and some of these libraries
|
|
||||||
are buggy. There's nothing to be done about this short of a new,
|
|
||||||
portable implementation of \cfunction{strptime()}.}
|
|
||||||
|
|
||||||
Availability: Most modern \UNIX{} systems.
|
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{time}{}
|
\begin{funcdesc}{time}{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue