Staging
v0.8.1
https://github.com/python/cpython
Revision 9aebc61ad8e3b0eddd43dc563380025cc2fd8d02 authored by Benjamin Peterson on 26 October 2008, 20:58:53 UTC, committed by Benjamin Peterson on 26 October 2008, 20:58:53 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67030 | benjamin.peterson | 2008-10-26 15:21:13 -0500 (Sun, 26 Oct 2008) | 1 line

  fix __future__ imports when multiple features are given
........
  r67031 | benjamin.peterson | 2008-10-26 15:33:19 -0500 (Sun, 26 Oct 2008) | 1 line

  add forgotten test for r67030
........
1 parent cff882c
Raw File
Tip revision: 9aebc61ad8e3b0eddd43dc563380025cc2fd8d02 authored by Benjamin Peterson on 26 October 2008, 20:58:53 UTC
Merged revisions 67030-67031 via svnmerge from
Tip revision: 9aebc61
copyright.rst
*********
Copyright
*********

Python and this documentation is:

Copyright © 2001-2008 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