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

Initial cleanup for python3 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schwehr
Copy link

@schwehr schwehr commented Apr 2, 2014

Just some initial top level stuff to get going in the direction of python3 support. Still need more before 2to3 works. e.g.

2to3 .
[snip]

RefactoringTool: ./www/conf.py
RefactoringTool: Warnings/messages while refactoring:
RefactoringTool: ### In file ./build/lib.linux-x86_64-2.7/Cheetah/Parser.py ###
RefactoringTool: Line 346: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence
RefactoringTool: Line 346: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence
RefactoringTool: ### In file ./cheetah/Parser.py ###
RefactoringTool: Line 346: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence
RefactoringTool: Line 346: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence

…sion variables are not exposed out of scope. Local imports use ".". Still more to do for python3.
@hayd
Copy link

hayd commented Apr 16, 2015

Is this project dead? There's been no update since 2010.

@phdru
Copy link

phdru commented Mar 20, 2017

This was applied at CheetahTemplate3/cheetah3@fe2aa58

Thank you!

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