Python Worst Practices

Mark Lawrence breamoreboy at yahoo.co.uk
Thu Feb 26 03:59:14 EST 2015


On 26/02/2015 02:57, Steven D'Aprano wrote:
> Mark Lawrence wrote:
>
>> On 25/02/2015 20:45, Mark Lawrence wrote:
>>> http://www.slideshare.net/pydanny/python-worst-practices
>>>
>>> Any that should be added to this list?  Any that be removed as not that
>>> bad?
>>>
>>
>> Throwing in my own, how about built-in functions should not use "object"
>> as the one and only argument, and a keyword argument at that.
>
>
> Which built-in function is that?
>

memoryview see http://bugs.python.org/issue20408

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list