Message 319524 - Python tracker

Message319524

Author methane
Recipients adelfino, docs@python, methane
Date 2018-06-14.15:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528991324.47.0.947875510639.issue33860@psf.upfronthosting.co.za>
In-reply-to
Content
"ordered dictionary" means "dict-like object which preserves insertion order".  Both of dict and OrderedDict is "ordered dictionary".

If we change it to OrderedDict, it make harder to change return type from OrderedDict to normal dict.

Do you propose we should never change return type?
History
Date User Action Args
2018-06-14 15:48:44methanesetrecipients: + methane, docs@python, adelfino
2018-06-14 15:48:44methanesetmessageid: <1528991324.47.0.947875510639.issue33860@psf.upfronthosting.co.za>
2018-06-14 15:48:44methanelinkissue33860 messages
2018-06-14 15:48:44methanecreate