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

« back to all changes in this revision

Viewing changes to Doc/library/sys.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:
302
302
   5.2.4.2.2 of the 1999 ISO/IEC C standard [C99]_, 'Characteristics of
303
303
   floating types', for details.
304
304
 
 
305
   .. tabularcolumns:: |l|l|L|
 
306
 
305
307
   +---------------------+----------------+--------------------------------------------------+
306
308
   | attribute           | float.h macro  | explanation                                      |
307
309
   +=====================+================+==================================================+
599
601
   A struct sequence that holds information about Python's
600
602
   internal representation of integers.  The attributes are read only.
601
603
 
 
604
   .. tabularcolumns:: |l|L|
 
605
 
602
606
   +-------------------------+----------------------------------------------+
603
607
   | Attribute               | Explanation                                  |
604
608
   +=========================+==============================================+
774
778
   independent Python files are installed; by default, this is the string
775
779
   ``'/usr/local'``.  This can be set at build time with the ``--prefix``
776
780
   argument to the :program:`configure` script.  The main collection of Python
777
 
   library modules is installed in the directory :file:`{prefix}/lib/python{X.Y}``
 
781
   library modules is installed in the directory :file:`{prefix}/lib/python{X.Y}`
778
782
   while the platform independent header files (all except :file:`pyconfig.h`) are
779
783
   stored in :file:`{prefix}/include/python{X.Y}`, where *X.Y* is the version
780
784
   number of Python, for example ``2.7``.