g2p / rfc6266

Content-Disposition header support for Python
GNU Lesser General Public License v3.0
41 stars 43 forks source link

logging.NullHandler not available under python 2.6 #2

Closed tonioo closed 10 years ago

tonioo commented 11 years ago

This handler is available starting from python 2.7. The documentation says rfc6266 is compatible with python 2.6. Am I missing something?

Thanks.

g2p commented 11 years ago

Nope, the latest release broke python 2.6 to improve logging. Long term I'm not too interested in Py2.6 compatibility, but in this case it's a simple fix (except ImportError / do nothing would be acceptable).

g2p commented 10 years ago

v0.0.4 has a workaround.