Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Python 3 #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update to Python 3 #7

wants to merge 5 commits into from

Conversation

fionn
Copy link

@fionn fionn commented Oct 8, 2018

Hi,

I ported this to Python 3. Unfortunately I had to remove all the lettuce code, although I don't think it's a huge loss. All the tests are passing and nothing seems to have broken.

* Remove all lettuce code
* Change file modes
* Use io import
* Inherit from object implicitly
* Change bytes/string encodings
* Change login test
* Strip null characters from output
* Make other 2 -> 3 changes
* Gitignore .mypy_cache/
@chibisov
Copy link
Owner

chibisov commented Oct 15, 2018

Hi. Could you change tox.ini and add python3 support (travis builds are failing)? And it'd be great to remove letucce from the docs.

@fionn
Copy link
Author

fionn commented Oct 15, 2018

Hey. I changed tox to use Python 3 -- tox passes on my machine. It seems like Travis is configured to use 2.7 though, so fails.

@fionn
Copy link
Author

fionn commented Apr 7, 2019

Hello! Anything else you'd like me to do for this PR?

@ea2809
Copy link

ea2809 commented May 25, 2020

Will this be fixed soon or Should I patch it?

@fionn
Copy link
Author

fionn commented Jun 16, 2020

Hi. What needs to be fixed?

@ea2809
Copy link

ea2809 commented Jun 16, 2020

@fionn Was a message for @chibisov... This PR should be merged or whatever. After nearly 2 years this will never be fixed and we implemented this behavior. @fionn thanks for your great job !!

@fionn
Copy link
Author

fionn commented Jun 16, 2020

Glad you find it useful! I'll keep my fork for as long as #7 remains open. If this project is abandoned, feel free to work off my one.

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

Successfully merging this pull request may close these issues.

3 participants