This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jimjjewett
Recipients
Date 2006-08-17.22:52:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=764593

Why are you creating a dictionary just to take its keys?

Is there a reason the keys method can't just return

[item.name for item in self.list] 

directly?
History
Date User Action Args
2007-08-23 16:12:05adminlinkissue1541463 messages
2007-08-23 16:12:05admincreate