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 ronaldoussoren
Recipients Behdad.Esfahbod, ned.deily, ronaldoussoren
Date 2015-04-24.05:13:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <8027F143-E575-43AB-AA24-A0469217B81E@mac.com>
In-reply-to <1429832412.88.0.199324827151.issue24040@psf.upfronthosting.co.za>
Content
The test for type({}) is indeed wrong and should check for self._dict_type instead. However, there needs to be a test before that change is made. 

--
On the road, hence brief. 

Op 24 apr. 2015 om 01:40 heeft Ned Deily <report@bugs.python.org> het volgende geschreven:

> 
> Ned Deily added the comment:
> 
> Sorry, I don't understand your suggested (4).  If someone cares to provide a suggested patch (with appropriate tests), we could review it.  Otherwise, I would be inclined to close this issue as not an issue.  Ronald, any opinion?
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue24040>
> _______________________________________
History
Date User Action Args
2015-04-24 05:14:00ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, Behdad.Esfahbod
2015-04-24 05:14:00ronaldoussorenlinkissue24040 messages
2015-04-24 05:13:59ronaldoussorencreate