[Python-ideas] keyword arguments everywhere (stdlib) - issue8706

Serhiy Storchaka storchaka at gmail.com
Sat Mar 3 10:29:09 CET 2012


03.03.12 05:20, Steven D'Aprano написав(ла):
> That's just silly (sorry
> Gregory!) -- can you imagine explaining to a beginner why they can write
> range(0, 50, 2) or range(0, 50, step=2) but not range(0, stop=50, step=2)?

You can write print(1, 2, 3, end='') but can't write... what?




More information about the Python-ideas mailing list