Staging
v0.8.1
https://github.com/python/cpython
Revision f413b80806bb7d077a1611610273dab6d916908d authored by Benjamin Peterson on 13 August 2011, 03:17:18 UTC, committed by Benjamin Peterson on 13 August 2011, 03:17:18 UTC
This fixes the use of Unicode identifiers outside the BMP in narrow builds.
1 parent 7bf4363
Raw File
Tip revision: f413b80806bb7d077a1611610273dab6d916908d authored by Benjamin Peterson on 13 August 2011, 03:17:18 UTC
in narrow builds, make sure to test codepoints as identifier characters (closes #12732)
Tip revision: f413b80
copyright.rst
*********
Copyright
*********

Python and this documentation is:

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