Drop types module usage as it is deprecated since python 2.2

Registered by Timur Sufiev

"Starting in Python 2.2, built-in factory functions such as int() and str() are also names for the corresponding types. This is now the preferred way to access the type instead of using the types module." - from types module documentation. So, it is better (and shorter) to use dict/list/int/basestring instead of types.DictType/types.ListType/types.IntType/types.StringTypes

Blueprint information

Status:
Complete
Approver:
Serg Melikyan
Priority:
Low
Drafter:
Timur Sufiev
Direction:
Approved
Assignee:
Rohini Choudhary
Definition:
Approved
Series goal:
Accepted for mitaka
Implementation:
Implemented
Milestone target:
milestone icon mitaka-1
Started by
Rohini Choudhary
Completed by
Rohini Choudhary

Related branches

Sprints

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.