dateparser icon indicating copy to clipboard operation
dateparser copied to clipboard

Replace OrderedDict to dict

Open serhii73 opened this issue 3 years 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

Hey, if no one is working on this issue, I would like to work on it.

PurviChaurasia avatar Dec 10 '22 09:12 PurviChaurasia

Could you also specify whether this change needs to be done throughout the code repository or in a particular directory?

PurviChaurasia avatar Dec 11 '22 14:12 PurviChaurasia

Hi @PurviChaurasia As far as I know, no one is working on this task. I think it makes sense to check the whole repository.

serhii73 avatar Dec 11 '22 15:12 serhii73