Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343641 - dev-python/ply-3.3: ply.cpp module doesn't support Python 3
Summary: dev-python/ply-3.3: ply.cpp module doesn't support Python 3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 08:55 UTC by James Rowe
Modified: 2011-02-18 18:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.