Staging
v0.5.1
https://github.com/python/cpython
Revision dbcf103be09b63531451166e4f53e8f9a6dd852e authored by Stefan Krah on 10 September 2012, 17:34:58 UTC, committed by Stefan Krah on 10 September 2012, 17:34:58 UTC
constructing infinities. This is done for backwards compatibility
with decimal.py: Infinity coefficients are undefined in _decimal
(in accordance with the specification).
1 parent 6c4b095
Raw File
Tip revision: dbcf103be09b63531451166e4f53e8f9a6dd852e authored by Stefan Krah on 10 September 2012, 17:34:58 UTC
Issue #15882: Change _decimal to accept any coefficient tuple when
Tip revision: dbcf103
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distutils/index.rst
   install/index.rst
   howto/index.rst
   faq/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst
back to top