PEP 648: Add copyright notice (#1760)
Co-authored-by: Chris Angelico <rosuav@gmail.com> Co-authored-by: Chris Angelico <rosuav@gmail.com>
This commit is contained in:
parent
9a4b7c6071
commit
a1ab0610e8
|
@ -271,6 +271,15 @@ Support for shutdown custom scripts
|
||||||
could also add code at shutdown, but extra support for that is not needed, as
|
could also add code at shutdown, but extra support for that is not needed, as
|
||||||
Python users can already do that via ``atexit``.
|
Python users can already do that via ``atexit``.
|
||||||
|
|
||||||
|
Copyright
|
||||||
|
=========
|
||||||
|
|
||||||
|
This document is placed in the public domain or under the CC0-1.0-Universal
|
||||||
|
license, whichever is more permissive.
|
||||||
|
|
||||||
|
References
|
||||||
|
==========
|
||||||
|
|
||||||
.. [#bpo-24534]
|
.. [#bpo-24534]
|
||||||
https://bugs.python.org/issue24534
|
https://bugs.python.org/issue24534
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue