Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Confirm support for Python 3 #16

Open
mulka opened this issue Aug 18, 2014 · 3 comments
Open

Confirm support for Python 3 #16

mulka opened this issue Aug 18, 2014 · 3 comments

Comments

@mulka
Copy link

mulka commented Aug 18, 2014

It looks like this library supports python 3, but I'm not 100% sure. If so, could you make it so that this tool doesn't report the library as blocking:
https://caniusepython3.com/project/Logentries

I think what you need to do is add classifiers to setup.py like this:
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
]

@jcftang-r7
Copy link

We probably need tests to validate if this works with python 3. From what I understand in how the library works, it probably won't work well with python3 due to the way the 'msg' line is processed.

@graingert
Copy link
Contributor

also Queue is from Python 2

@drgarcia1986
Copy link
Contributor

I'm using with python3 in production in more than one year, and only two problems than I found ( #46 and #53 I don't understand why this PRs is not merged =/ )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants