jplana / python-etcd

A python client for etcd
Other
520 stars 210 forks source link

Fix ValueError: zero length field name in format on Python 2.6 #192

Closed victorpoluceno closed 7 years ago

victorpoluceno commented 8 years ago

This small fix make python-etcd master branch compatible with Python 2.6.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 88.228% when pulling 6243cacd34903c16e2c61dc25e48889492f53c02 on victorpoluceno:fix-value-error-on-python2.6 into 3d061310094062a479ec0bfe69ca04471332e2d9 on jplana:master.

mauricioabreu commented 8 years ago

Looks good to me! 👍

fasaxc commented 8 years ago

Python 2.6 is not supported even for security fixes at this time. Maybe it's time to move on?