butler icon indicating copy to clipboard operation
butler copied to clipboard

Python Dictionaries and Lists on Steroids

Results 3 butler issues
Sort by recently updated
recently updated
newest added

``` RuntimeError: maximum recursion depth exceeded in __instancecheck__ ``` Need to dynamically increase the limit depending on the resources. [Reddit Discussion](http://www.reddit.com/r/Python/comments/22fdpj/butler_python_dictionaries_and_lists_on_steroids/cgovn75)

bug

Ref: http://www.reddit.com/r/Python/comments/22fdpj/butler_python_dictionaries_and_lists_on_steroids/cgn16dy ``` python dicts have a way to now throw if the key isn't found: foo['x'] #