标签: python python-2.7
为什么我不能在Python的标准库中使用str.split函数时在Python 2中使用命名参数,而我可以将它们用于我自己的函数:
str.split
def foo(bar=''): pass foo(bar='str')