Gentoo Archives: gentoo-portage-dev

From: Douglas Anderson <dja@××××××.com>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] Deprecate portage.abssymlink
Date: Tue, 10 Mar 2009 12:38:35
Message-Id: efeb8d230903100538o3622e331v210cac93114e032c@mail.gmail.com
1 I can't make out the different between portage.abssymlink and
2 os.path.realpath, besides that realpath is used a LOT more in portage
3 and abssympath dies if it gets passed something that's not a symlink.
4
5 Let's get rid of it!
6
7 1st patch is for trunk/pym/__init__.py
8 2nd patch is for trunk/pym/dbapi/vartree.py (only actual instance of
9 abssymlink left)
10
11 -Doug

Attachments

File name MIME type
init_deprecate_abssymlink.patch text/x-patch
vartree_sans_abssymlink.patch text/x-patch