Staging
v0.8.1
https://github.com/python/cpython
Revision a875ea58b29fbf510f9790ae1653eeaa47dc0de8 authored by Xtreak on 24 February 2019, 18:54:49 UTC, committed by Chris Withers on 24 February 2019, 18:54:49 UTC
* Resolve string target to patch.dict during function call

* Add NEWS entry

* Remove unneeded call

* Restore original value for support.target and refactor assertions

* Add extra assertion to verify unpatched dict
1 parent aeca373
Raw File
Tip revision: a875ea58b29fbf510f9790ae1653eeaa47dc0de8 authored by Xtreak on 24 February 2019, 18:54:49 UTC
bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000
Tip revision: a875ea5
copyright.rst
*********
Copyright
*********

Python and this documentation is:

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