Staging
v0.5.1
https://github.com/python/cpython
Revision 3bbdf990a2c1b0b303b950058e3177a1bd5f697a authored by Joel Hillacre on 06 July 2017, 21:29:09 UTC, committed by R. David Murray on 06 July 2017, 21:29:09 UTC
Leading whitespace was incorrectly dropped during folding of certain lines in the _header_value_parser's folding algorithm.  This makes the whitespace handling code consistent.
1 parent 710cc76
Raw File
Tip revision: 3bbdf990a2c1b0b303b950058e3177a1bd5f697a authored by Joel Hillacre on 06 July 2017, 21:29:09 UTC
bpo-30532: Fix whitespace folding in certain cases (#2592)
Tip revision: 3bbdf99
copyright.rst
*********
Copyright
*********

Python and this documentation is:

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