We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56caf50 commit e747f7bCopy full SHA for e747f7b
2 files changed
demos/nptest.py
pep.rst
@@ -262,12 +262,12 @@ typing. The situation was substantially improved by the introducing of
262
unsupported:
263
264
* 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.)
+ * Modifying a variable number of parameters -- XXX: check how well TypeVarTuple does this
268
269
This proposal will cover those cases.
270
+XXX: Ehhhhhh the generic situation could be bad for some of it? For
+partial certainly, I think, which otherwise we can almost do.
271
272
NumPy-style broadcasting
273
------------------------
0 commit comments