PEP 565: issue link for debug build changes

This commit is contained in:
Nick Coghlan 2017-11-21 12:21:12 +10:00 committed by GitHub
parent 9228c0c923
commit 0c8ec1a7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
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:
* a new ``-X dev`` command line option that combines several developer centric
settings (including ``-Wd``) into one command line flag:
https://bugs.python.org/issue32043
* 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