Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 343641

Summary: dev-python/ply-3.3: ply.cpp module doesn't support Python 3
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Rowe 2010-11-01 08:55:21 UTC
ply uses print as statement throughout ply.cpp, which doesn't work Python3.

Possible fixes are a pass through 2to3, or restricting 3.x in the ebuild.

Thanks,

James


Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-11-01 20:44:44 UTC
I have reported this problem to upstream.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-11-01 20:51:56 UTC
A part of response from upstream:
"ply/cpp.py is work in progress and doesn't work with any version of Python (it doesn't matter if it's broken because it's not used by anything else)."
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-02-18 18:37:53 UTC
Fixed by upstream in dev-python/ply-3.4.