Menu

#271 deprecate taurus.external.ordereddict

Jan17
active
None
feature-request
2016-07-15
2016-03-09
No

Taurus does not use taurus.external.ordereddict (sardana does, though).
Also, OrderedDict is provided by the collections module since Python2.7 and by the orderedict package (available from pypi) for earlier python versions, so we should remove it (previous deprecation) and suggest those using it to require either Python>=2.7 or ordereddict

Discussion

  • Carlos Pascual

    Carlos Pascual - 2016-07-15
    • status: waiting --> active
    • assigned_to: Carlos Pascual
    • Milestone: unassigned --> Jan17
     
  • Carlos Pascual

    Carlos Pascual - 2016-07-15

    As a first step to fix this, I created a PR for deprecating it in taurus 4.0 https://github.com/cpascual/taurus/pull/29

    The idea is to effectively remove it for the Jan17 release

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.