diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 06:04:52 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-03-18 06:04:52 +0000 |
commit | 2625d71e1abb0587ad0319e9a9a9cc400b2daecd (patch) | |
tree | 160535308f29cf5f2380263b4390b97ddfc9b0ef /dev-lang/python/ChangeLog | |
parent | profile version bump (diff) | |
download | gentoo-2-2625d71e1abb0587ad0319e9a9a9cc400b2daecd.tar.gz gentoo-2-2625d71e1abb0587ad0319e9a9a9cc400b2daecd.tar.bz2 gentoo-2-2625d71e1abb0587ad0319e9a9a9cc400b2daecd.zip |
new python with flexible site-packages symlink
Diffstat (limited to 'dev-lang/python/ChangeLog')
-rw-r--r-- | dev-lang/python/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index c3c17f024d19..fd27d7d970e8 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-lang/python # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.1 2002/02/01 21:53:11 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.2 2002/03/18 06:04:52 drobbins Exp $ + +*python-2.2-r5 (17 Mar 2002) + + 17 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : new release with a + /usr/lib/python/site-packages directory; /usr/lib/python2.2/site-packages is + a symlink pointing to this new directory. This allows new versions of python + (2.3, etc) to also point to the generic site-packages directory, allowing + already-installed python modules to be available to all installed versions of + python. *python-2.2-r4 (1 Feb 2002) |