]> granicus.if.org Git - python/commit
Accepted Raymond's patch to combine mapping and keyword arguments, with slight
authorBarry Warsaw <barry@python.org>
Mon, 13 Sep 2004 14:35:04 +0000 (14:35 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 13 Sep 2004 14:35:04 +0000 (14:35 +0000)
commit46b629c10164e89799a265f9a11b99c39efaee51
tree1e665bb71fd969fca7a63cb1f3bf1e04f2812f45
parent5011d0c683adac2ee0e904e2e88292029783d6d8
Accepted Raymond's patch to combine mapping and keyword arguments, with slight
modification.  Also, renamed the positional argument to '__mapping' to further
reduce the chance of duplicate keyword arguments.
Lib/string.py