Staging
v0.8.1
https://github.com/python/cpython
Revision bd2d30cf31c61843645a96a377aa0573052c4972 authored by Victor Stinner on 21 March 2013, 11:21:06 UTC, committed by Victor Stinner on 21 March 2013, 11:21:06 UTC
1 parent 6bd5202
Raw File
Tip revision: bd2d30cf31c61843645a96a377aa0573052c4972 authored by Victor Stinner on 21 March 2013, 11:21:06 UTC
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
Tip revision: bd2d30c
copyright.rst
*********
Copyright
*********

Python and this documentation is:

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