Comment 67 for bug 1508442

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to django_openstack_auth (master)

Reviewed: https://review.openstack.org/264228
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=2d88515affe08b131a98f1e75d09634f3917b2df
Submitter: Jenkins
Branch: master

commit 2d88515affe08b131a98f1e75d09634f3917b2df
Author: lin-hua-cheng <email address hidden>
Date: Wed Jan 6 07:31:02 2016 -0800

    Python 3 deprecated the logger.warn method in favor of warning

    Python 3 deprecated the logger.warn method, see:
    https://docs.python.org/3/library/logging.html#logging.warning, so we
    prefer to use warning to avoid DeprecationWarning.

    Change-Id: Ibc234aedad20351861462f1ebd0457632bdfd048
    Closes-Bug: #1508442