#16067: Python 3 preparation: The semantic of filter() function is changed
-------------------------------------+-------------------------------------
       Reporter:  wluebbe            |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.3
      Component:  distribution       |   Resolution:
       Keywords:  python3            |    Merged in:
        Authors:  Wilfried Luebbe    |    Reviewers:  André Apitzsch
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/wluebbe/ticket/16067             |  c68a033ee1b8a8dcd886a55926fb593ef60662ba
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by aapitzsch):

 * status:  needs_review => needs_work
 * reviewer:   => André Apitzsch


Comment:

 Hi,
 please change {{{==None}}} back to {{{is None}}} in
 {{{src/sage/combinat/k_tableau.py}}}.

 Could you check that the indentions are correct, e.g. in
 {{{src/sage/misc/sagedoc.py}}}:
 {{{
 match_list = [s for s in match_list if re.search(extra, s[1],
                                   re.MULTILINE | flags)]
 }}}
 should be
 {{{
 match_list = [s for s in match_list if re.search(extra, s[1],
                                                  re.MULTILINE | flags)]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16067#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to