[Python-checkins] [python/cpython] 23557d: bpo-29026: Clarify documentation of time.time (#34...

GitHub noreply at github.com
Thu Feb 16 05:00:47 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 23557d59b819f57800ddef0b1373acef8e024670
      https://github.com/python/cpython/commit/23557d59b819f57800ddef0b1373acef8e024670
  Author: Eric Appelt <eric.appelt at gmail.com>
  Date:   2017-02-16 (Thu, 16 Feb 2017)

  Changed paths:
    M Doc/library/time.rst

  Log Message:
  -----------
  bpo-29026: Clarify documentation of time.time (#34)

* bpo-29026: Clarity documentation of time.time

Clarify the documentation of time.time by more
precisely defining what is meant by "seconds since
the epoch" on most platforms. Additionally explain
how gmtime and localtime may be used to extract
calendar components and convert to a more common
date format.

* bpo-29026: Minor improvements for time.time doc

* bpo-29026: Consistency fixes for time.time doc




More information about the Python-checkins mailing list