~ubuntu-branches/ubuntu/saucy/python2.7/saucy-proposed

« back to all changes in this revision

Viewing changes to Doc/library/time.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-05-15 19:15:16 UTC
  • mto: (36.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20130515191516-zmv6to904wemey7s
Tags: upstream-2.7.5
ImportĀ upstreamĀ versionĀ 2.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
      More object-oriented interface to dates and times.
548
548
 
549
549
   Module :mod:`locale`
550
 
      Internationalization services.  The locale settings can affect the return values
551
 
      for some of  the functions in the :mod:`time` module.
 
550
      Internationalization services.  The locale setting affects the interpretation
 
551
      of many format specifiers in :func:`strftime` and :func:`strptime`.
552
552
 
553
553
   Module :mod:`calendar`
554
554
      General calendar-related functions.   :func:`timegm` is the inverse of