commit:     430779f2e601cff35b702854e80c7c64b137e851
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 18:31:40 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 13:05:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430779f2

python-utils-r1.eclass: Remove py2.6 note from python_optimize

 eclass/python-utils-r1.eclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 16fc119..4474766 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -567,9 +567,6 @@ python_optimize() {
        local PYTHON=${PYTHON}
        [[ ${PYTHON} ]] || python_export PYTHON
 
-       # Note: python2.6 can't handle passing files to compileall...
-       # TODO: we do not support 2.6 any longer
-
        # default to sys.path
        if [[ ${#} -eq 0 ]]; then
                local f

Reply via email to