Skip to content

Commit e747f7b

Browse files
committed
Revert "Add nptest.py to a new demos dir, update some text"
This reverts commit 56caf50.
1 parent 56caf50 commit e747f7b

2 files changed

Lines changed: 3 additions & 80 deletions

File tree

demos/nptest.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

pep.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,12 @@ typing. The situation was substantially improved by the introducing of
262262
unsupported:
263263

264264
* Adding/removing/modifying a keyword parameter
265-
* Adding/removing/modifying a variable number of parameters. (Though
266-
there are potential small extensions to ``TypeVarTuple`` that would
267-
allow adding and removing.)
265+
* Modifying a variable number of parameters -- XXX: check how well TypeVarTuple does this
268266

269267
This proposal will cover those cases.
270268

269+
XXX: Ehhhhhh the generic situation could be bad for some of it? For
270+
partial certainly, I think, which otherwise we can almost do.
271271

272272
NumPy-style broadcasting
273273
------------------------

0 commit comments

Comments
 (0)