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 serhiy.storchaka
Recipients ncoghlan, serhiy.storchaka
Date 2012-10-31.15:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351697662.06.0.545852905282.issue16373@psf.upfronthosting.co.za>
In-reply-to
Content
Also:

  {}.keys() < collections.UserDict().keys()
  {}.items() < collections.UserDict().keys()
  {}.items() < collections.UserDict().items()
  ...
History
Date User Action Args
2012-10-31 15:34:22serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan
2012-10-31 15:34:22serhiy.storchakasetmessageid: <1351697662.06.0.545852905282.issue16373@psf.upfronthosting.co.za>
2012-10-31 15:34:22serhiy.storchakalinkissue16373 messages
2012-10-31 15:34:22serhiy.storchakacreate