commit:     2421e06b057a1a5318f37d0a93e7ac1d3d72554b
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: Sat Nov 28 19:09:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2421e06b

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 e0b1345..cb70ee8 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