Open
Bug 491904
Opened 16 years ago
Updated 7 years ago
[silme] Use OrderedDict when exists (fallback for pre-3.1 python)
Categories
(Localization Infrastructure and Tools :: Silme, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: zbraniecki, Unassigned)
References
()
Details
In Python 3.1 the method of using ordered dictionaries has been standardized by PEP 372.
It is a major improvement for EntityList where we can finally stop using dirty hacks to achieve ordered dictionaries feature.
We will use local clone of it for pre 3.1, and native class for 3.1+
Comment 1•7 years ago
|
||
Moving Silme bugs to its component.
[Mass change filter: silme-move]
Component: Infrastructure → Silme
Product: Mozilla Localizations → Localization Infrastructure and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•