summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-07-19 17:09:36 (GMT)
committerGuido van Rossum <guido@python.org>2002-07-19 17:09:36 (GMT)
commit18eb8b85b3fd2388e0a1a67eac79a9f89c828f69 (patch)
tree79d8d0f1600fbba7befe77e68c66f335aa1d0f31 /Doc/lib/libtime.tex
parentd3c46d54632703be3d3767e5f785ee83695c6f53 (diff)
downloadcpython-18eb8b85b3fd2388e0a1a67eac79a9f89c828f69.zip
cpython-18eb8b85b3fd2388e0a1a67eac79a9f89c828f69.tar.gz
cpython-18eb8b85b3fd2388e0a1a67eac79a9f89c828f69.tar.bz2
Doc patch from SF 474274 (pure Python strptime by Brett Cannon).
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 5eae40e..988e9a4 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -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
values; the specific values are platform-dependent as the XPG standard
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}
\begin{funcdesc}{time}{}