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 cool-RR
Recipients cool-RR
Date 2015-06-06.14:00:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433599250.82.0.983830780418.issue24394@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5.0b2 (v3.5.0b2:7a088af5615b, May 31 2015, 06:22:19) [MSC v.1900 64 bit (AMD64)] on win32  
Type "help", "copyright", "credits" or "license" for more information.                              
>>> import collections                                                                              
>>> o=collections.OrderedDict()                                                                     
>>> o.popitem(last=True)                                                                            
Traceback (most recent call last):                                                                  
  File "<stdin>", line 1, in <module>                                                               
TypeError: popitem() takes no keyword arguments
History
Date User Action Args
2015-06-06 14:00:50cool-RRsetrecipients: + cool-RR
2015-06-06 14:00:50cool-RRsetmessageid: <1433599250.82.0.983830780418.issue24394@psf.upfronthosting.co.za>
2015-06-06 14:00:50cool-RRlinkissue24394 messages
2015-06-06 14:00:50cool-RRcreate