Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256491 - [PATCH] net-news/rawdog-2.11 breaks with Python 2.6
Summary: [PATCH] net-news/rawdog-2.11 breaks with Python 2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.6
  Show dependency tree
 
Reported: 2009-01-27 07:37 UTC by Ravi Pinjala
Modified: 2009-05-18 12:16 UTC (History)
0 users

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


Attachments
Patch for Python 2.6 support (rawdog-python-26.patch,833 bytes, patch)
2009-01-27 07:39 UTC, Ravi Pinjala
Details | Diff
Updated patch for python 2.6 support (rawdog-python-26.patch,1.59 KB, patch)
2009-01-27 07:49 UTC, Ravi Pinjala
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ravi Pinjala 2009-01-27 07:37:41 UTC
rawdog uses "as" as a variable name, even though it's a reserved word in recent Python versions. The fix for this is fairly trivial; renaming the variable in question solves it.
Comment 1 Ravi Pinjala 2009-01-27 07:39:12 UTC
Created attachment 179862 [details, diff]
Patch for Python 2.6 support
Comment 2 Ravi Pinjala 2009-01-27 07:49:11 UTC
Created attachment 179863 [details, diff]
Updated patch for python 2.6 support

Whoops, that last patch was too hasty - rawdog also uses the (deprecated) sha module. The updated patch fixes both issues.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-18 12:04:20 UTC
http://lists.us-lot.org/pipermail/rawdog-users/2009-February/000290.html
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-18 12:16:53 UTC
net-news/rawdog-2.12 is now in the tree.