|
||||
|
Though Python is the language I use the most, there are several things that I still hate, mostly about the implementation (CPython)... The good thing is that some of these warts are now resolved, like the exec dict issue. Here is another one: The object's __dict__ can only be a dict derivative and at that none of the Python's mapping API will be used. ( detailsCollapse ) |
||||
|
|
