Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281308 - eselect-python C notes
Summary: eselect-python C notes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 10:41 UTC by SpanKY
Modified: 2009-08-14 18:38 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 SpanKY gentoo-dev 2009-08-13 10:41:56 UTC
const strings really should be:
const char foo[] = "moo";
not:
const char *foo = "moo";
the former saves on pointer storage

find_path() should not be expanding a literal ~/ via $HOME
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-14 18:38:53 UTC
It should be fixed in r201.