[pep 563] Continuous tense for rejected ideas

This commit is contained in:
Lukasz Langa 2017-11-21 16:31:25 -08:00
parent 31adad8401
commit 534c10773e
1 changed files with 4 additions and 4 deletions

View File

@ -432,8 +432,8 @@ a possibility in the future, as it's conceptually compatible with
existing -O behavior (dropping docstrings and assert statements). This
PEP does not invalidate the idea.
Pass string literals in annotations verbatim to ``__annotations__``
-------------------------------------------------------------------
Passing string literals in annotations verbatim to ``__annotations__``
----------------------------------------------------------------------
This PEP originally suggested directly storing the contents of a string
literal under its respective key in ``__annotations__``. This was
@ -446,8 +446,8 @@ The inconsistency of it was always apparent but given that it doesn't
fully prevent cases of double-wrapping strings anyway, it is not worth
it.
Make the name of the future import more verbose
-----------------------------------------------
Making the name of the future import more verbose
-------------------------------------------------
Instead of requiring the following import::