Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/migrate-unicode-to-six. Description: Python 2’s unicode() type was renamed str() in Python 3, str() was renamed bytes(), and basestring() disappeared. six provides tools to deal with these changes. Specification URL (additional information): None