]> granicus.if.org Git - python/commitdiff
Refer reader to platform library docs for specific semantics.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 5 May 2003 16:46:26 +0000 (16:46 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 5 May 2003 16:46:26 +0000 (16:46 +0000)
Resolves SF bugs 697989, 697988, 697986.

Doc/lib/libtime.tex

index f68f452b0e0e90f9fc3e5708e8d89c0017b9dd48..a6a2e7333711e7fdc59784dbb07f8b825381a00f 100644 (file)
@@ -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.