dateparser icon indicating copy to clipboard operation
dateparser copied to clipboard

Replace OrderedDict to dict

Open serhii73 opened this issue 1 year ago • 3 comments

Makes sense wherever it does not affect external APIs. e.g. if a function uses OrderedDict internally, then yes; if a function returns OrderedDict, we probably should follow a deprecation approach, e.g. deprecate that function (but keep it for a time) and provide a new one that returns a dict.

serhii73 avatar Dec 02 '22 13:12 serhii73