Add a couple more TODO list items
This commit is contained in:
parent
449295a167
commit
4507a14baf
|
@ -389,9 +389,13 @@ TO-DO
|
|||
* Mention two-suite in-order variants (and explain why they're even more
|
||||
pointless than the specific idea in the PEP)
|
||||
* Mention PEP 359 and possible uses for locals() in the ``given`` clause
|
||||
* Describe the expected semantics of ``break``, ``continue``, ``return``
|
||||
* Define the expected semantics of ``break``, ``continue``, ``return``
|
||||
and ``yield`` in a ``given`` clause (i.e. syntax errors at the clause
|
||||
level, but allowed inside the appropriate compound statements)
|
||||
* Define the expected semantics of ``nonlocal`` and ``global`` in the
|
||||
``given`` clause
|
||||
* Define the name lookup semantics for function definitions in a
|
||||
``given`` clause at function, class and module scope.
|
||||
|
||||
|
||||
References
|
||||
|
|
Loading…
Reference in New Issue