Message133351
Issue5907 would benefit of this change.
Unfortunately, structseq constructors already have keyword arguments; they are equivalent to "def __new__(cls, sequence, dict=NULL)".
OTOH these keywords arguments are not documented anywhere.
I suggest to change the constructor to something equivalent to:
"def __new__(cls, sequence=NULL, dict=NULL, *, field1=NULL, field2=NULL)" |
|
Date |
User |
Action |
Args |
2011-04-08 23:02:13 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, georg.brandl, rhettinger, terry.reedy, gjb1002, salty-horse, jackdied, eric.smith, giampaolo.rodola, christian.heimes, benjamin.peterson, adlaiff6, santoso.wijaya |
2011-04-08 23:02:13 | amaury.forgeotdarc | set | messageid: <1302303733.63.0.616003496153.issue1820@psf.upfronthosting.co.za> |
2011-04-08 23:02:13 | amaury.forgeotdarc | link | issue1820 messages |
2011-04-08 23:02:12 | amaury.forgeotdarc | create | |
|