[issue4656] Python 3 tutorial has old information about dicts

2008-12-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks! Fixed in r67755. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue4656] Python 3 tutorial has old information about dicts

2008-12-13 Thread Matthew Cowles
New submission from Matthew Cowles : [From a question sent to the python-help list.] In the Python 3 tutorial at: http://docs.python.org/3.0/tutorial/datastructures.html#dictionaries it says: The keys() method of a dictionary object returns a list of all the keys used in the dictionary, in a