[Python-bugs-list] [ python-Bugs-432208 ] dict.keys() and dict.values() not new

noreply@sourceforge.net noreply@sourceforge.net
Mon, 11 Jun 2001 20:32:21 -0700


Bugs item #432208, was updated on 2001-06-11 14:24
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=432208&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: dict.keys() and dict.values() not new

Initial Comment:
In the development docs at 

http://python.sourceforge.net/devel-docs/lib/typesmapping.html



both dict.keys() and dict.values() have note "(2)"
which is "New in version 2.2."

That does not seem correct :-)


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-06-11 20:32

Message:
Logged In: YES 
user_id=3066

You're right -- they've been there a while!

It looks like this mixup happened when I renumbered the
notes when I added the iter*() methods to the table.  I've
fixed this in Doc/lib/libstdtypes.tex revision 1.60.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=432208&group_id=5470