Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338333 - dev-python/urlgrabber-3.9.1 doesn't support Python 2.4
Summary: dev-python/urlgrabber-3.9.1 doesn't support Python 2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 06:31 UTC by James Rowe
Modified: 2010-09-25 19:47 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-09-22 06:31:43 UTC
The urlgrabber.grabber.PyCurlFileObject class is defined with an empty set of 
bases, which is invalid syntax prior to 2.5.

Possible fixes include removing the () from the definition, making the class 
inherit from object or just dropping 2.4 support in the ebuild.

Thanks,

James

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-09-25 19:47:27 UTC
I have added requirement for >=2.5.