Message112007
> For Python functions, all arguments can be keyword arguments. For many builtins, none can be (and maybe there should be a note to that effect at the top of the built-in functions chapter).
+1
Many Python users don't really grasp how builtins are different from regular functions. A note of this kind would be most helpful. Should I provide a patch for Doc/ ? |
|
Date |
User |
Action |
Args |
2010-07-29 21:06:06 | lukasz.langa | set | recipients:
+ lukasz.langa, georg.brandl, rhettinger, terry.reedy, belopolsky, ezio.melotti, docs@python, lvogt |
2010-07-29 21:06:04 | lukasz.langa | link | issue7447 messages |
2010-07-29 21:06:04 | lukasz.langa | create | |
|