PEP 565: issue link for debug build changes
This commit is contained in:
parent
9228c0c923
commit
0c8ec1a7da
|
@ -255,14 +255,14 @@ inferring API deprecations from their contents was deemed to be an intractable
|
||||||
code analysis problem, and an explicit function and parameter marker syntax in
|
code analysis problem, and an explicit function and parameter marker syntax in
|
||||||
annotations was proposed instead.
|
annotations was proposed instead.
|
||||||
|
|
||||||
The CPython reference implementation will also likely see the following related
|
The CPython reference implementation will also include the following related
|
||||||
changes in 3.7:
|
changes in 3.7:
|
||||||
|
|
||||||
* a new ``-X dev`` command line option that combines several developer centric
|
* a new ``-X dev`` command line option that combines several developer centric
|
||||||
settings (including ``-Wd``) into one command line flag:
|
settings (including ``-Wd``) into one command line flag:
|
||||||
https://bugs.python.org/issue32043
|
https://bugs.python.org/issue32043
|
||||||
* changing the behaviour in debug builds to show more of the warnings that are
|
* changing the behaviour in debug builds to show more of the warnings that are
|
||||||
off by default in regular interpeter builds
|
off by default in regular interpeter builds: https://bugs.python.org/issue32088
|
||||||
|
|
||||||
|
|
||||||
References
|
References
|
||||||
|
|
Loading…
Reference in New Issue