summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-10 22:30:41 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-10 22:30:41 +0000
commit03a798a9b1aee04698d627f8926ee449d7553de5 (patch)
tree9d2e2d799c3ab87d12dd6392292287bd087e429d /RELEASE-NOTES
parent4aefd715d06698ddac24534eff1279dc88bfa752 (diff)
downloadportage-03a798a9b1aee04698d627f8926ee449d7553de5.tar.gz
portage-03a798a9b1aee04698d627f8926ee449d7553de5.tar.bz2
portage-03a798a9b1aee04698d627f8926ee449d7553de5.zip
Add notes about python3 support.v2.2_rc45
svn path=/main/trunk/; revision=14564
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 50c441460..57274f942 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -27,6 +27,10 @@ portage-2.1.7
updated when necessary. In order to ensure that all packages are updated
when possible, you must now specify the -u/--update option. See bug #275945
for the rationale behind this change.
+* If using python3, you may notice that some types of program output which
+ require a tty device (like the wget progress bar) will be disabled. This
+ is due to an upstream python issue: http://bugs.python.org/issue5380. See
+ bug #287648 for more information.
portage-2.1.6.12
==================================