Staging
v0.5.1
https://github.com/python/cpython
Revision 5a2fd0499fd9f3580e457922ae7239ab68e781d1 authored by R. David Murray on 20 November 2010, 21:23:45 UTC, committed by R. David Murray on 20 November 2010, 21:23:45 UTC
........
  r86611 | r.david.murray | 2010-11-20 16:18:51 -0500 (Sat, 20 Nov 2010) | 4 lines

  #10453: compileall now uses argparse instead of getopt, so -h works.

  Patch by Michele Orrù.
........
1 parent 4fadd53
Raw File
Tip revision: 5a2fd0499fd9f3580e457922ae7239ab68e781d1 authored by R. David Murray on 20 November 2010, 21:23:45 UTC
Blocked revisions 86611 via svnmerge
Tip revision: 5a2fd04
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