Message9467

Author kaneg
Recipients kaneg
Date 2015-01-30.12:25:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422620757.61.0.495499384426.issue2264@psf.upfronthosting.co.za>
In-reply-to
Content
For code below:
from collections import defaultdict

a = defaultdict(list)
print a.get('a')

Only Jython 2.5.3 will return [], CPython 2.5, CPython 2.7 and Jython 2.7b3 will return None.
History
Date User Action Args
2015-01-30 12:25:57kanegsetrecipients: + kaneg
2015-01-30 12:25:57kanegsetmessageid: <1422620757.61.0.495499384426.issue2264@psf.upfronthosting.co.za>
2015-01-30 12:25:57kaneglinkissue2264 messages
2015-01-30 12:25:57kanegcreate