626368a9a9f76992cb18dffa25d0f4dac000164a
According to RFC 4122 (on uuid), uuids are case insensitive but currently is_uuid_like returns False if the input is a non-lowercase string. This change adds non-lowercase uuid support in is_uuid_like. Change-Id: Ie017e183c3ee36b8dea9c1aa82cdb697c26bbf17 Closes-Bug: #1405624
oslo.utils
oslo.utils library
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.utils
- Source: http://git.openstack.org/cgit/openstack/oslo.utils
- Bugs: http://bugs.launchpad.net/oslo
Description
Languages
Python
100%