Add notes about python3 support. v2.2_rc45
authorZac Medico <zmedico@gentoo.org>
Sat, 10 Oct 2009 22:30:41 +0000 (22:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 10 Oct 2009 22:30:41 +0000 (22:30 -0000)
svn path=/main/trunk/; revision=14564

NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index b014185c65f46df606a4bdf821e3403c07017ebb..b8357778615f5c0780bc85dcb0d5931fcaaceac7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ portage-2.1.7
 * Add --accept-properties option for emerge which allows you to use
   --accept-properties=-interactive in order to temporarily exclude
   interactive updates.
+* Add support for Python 3.0. At least Python 2.6 is now required in order to
+  support the new syntax which is used by Python 3.0.
 
 portage-2.1.6
 -------------
index 50c4414605c074a96393a373fedd96be95ac60ea..57274f942213de25e3623175e7be15c776e1e2c4 100644 (file)
@@ -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
 ==================================