Movatterモバイル変換


[0]ホーム

URL:


[Python-Dev] setdefault's second argument

Fredrik Lundhfredrik at pythonware.com
Tue Aug 30 20:53:23 CEST 2005


Tim Peters wrote:> Anyone remember why setdefault's second argument is optional?Some kind of symmetry with get, probably.  if    d.get(x)returns None if x doesn't exist, it makes some kind of sense that    d.setdefault(x)returns None as well.Anyone remember why nobody managed to come up with a better namefor setdefault (which is probably the worst name ever given to a methodin the standard Python distribution) ?(if I were in charge, I'd rename it to something more informative.  I'd alsoadd a "join" built-in (similar to the good old string.join) and a "textfile" built-in (similar to open("U") plus support for encodings).  but that's me.  I wantmy code nice and tidy.)</F>


More information about the Python-Devmailing list

[8]ページ先頭

©2009-2025 Movatter.jp