← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1306559] [NEW] Fix python26 compatibility for RFCSysLogHandler

 

Public bug reported:

Currently used pattern https://review.openstack.org/#/c/63094/15/openstack/common/log.py (lines 471-479)  will fail for Python 2.6.x.
In order to fix the broken Python 2.6.x compatibility, old style explicit superclass method calls should be used instead.
(an example of script to test this behavior with Python 2.7 vs 2.6: http://pastebin.com/e1wANw47 )

** Affects: nova
     Importance: Undecided
         Status: Confirmed

** Affects: oslo
     Importance: Undecided
         Status: New


** Tags: log

** Summary changed:

-  Fix python26 compatibility forRFCSysLogHandler
+ Fix python26 compatibility for RFCSysLogHandler

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1306559

Title:
  Fix python26 compatibility for RFCSysLogHandler

Status in OpenStack Compute (Nova):
  Confirmed
Status in Oslo - a Library of Common OpenStack Code:
  New

Bug description:
  Currently used pattern https://review.openstack.org/#/c/63094/15/openstack/common/log.py (lines 471-479)  will fail for Python 2.6.x.
  In order to fix the broken Python 2.6.x compatibility, old style explicit superclass method calls should be used instead.
  (an example of script to test this behavior with Python 2.7 vs 2.6: http://pastebin.com/e1wANw47 )

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1306559/+subscriptions


Follow ups

References