Christian Ruf
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Christian Ruf-
tupledict behavior changed from version 10 to 11
AnsweredIn version 10, tupledict.keys() returns a tuplelist. In version 11, it returns dictkeys like regular Python dictionaries do. Receiving a tuplelist is more convenient because one can use its select ...