Staging
v0.5.1
https://github.com/python/cpython
Revision fec6620dfb9b7e99b68c07b623235f87f5fd1a60 authored by Mark Dickinson on 13 November 2010, 10:27:38 UTC, committed by Mark Dickinson on 13 November 2010, 10:27:38 UTC
1 parent 24854ca
Raw File
Tip revision: fec6620dfb9b7e99b68c07b623235f87f5fd1a60 authored by Mark Dickinson on 13 November 2010, 10:27:38 UTC
Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356).
Tip revision: fec6620
copyright.rst
*********
Copyright
*********

Python and this documentation is:

Copyright © 2001-2010 Python Software Foundation. All rights reserved.

Copyright © 2000 BeOpen.com. All rights reserved.

Copyright © 1995-2000 Corporation for National Research Initiatives. All rights
reserved.

Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

-------

See :ref:`history-and-license` for complete license and permissions information.

back to top