#20536: py3 print in combinat (first step)
-------------------------+-------------------------------------------------
Reporter: | Owner:
chapoton | Status: needs_work
Type: | Milestone: sage-7.2
enhancement | Resolution:
Priority: major | Merged in:
Component: | Reviewers: Travis Scrimshaw
python3 | Work issues:
Keywords: | Commit:
Authors: | fd538f5a548556bcc6e7f53e8313d668df4034c3
Frédéric Chapoton | Stopgaps:
Report Upstream: N/A |
Branch: |
public/20536 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by jdemeyer):
Can you please undo this change from
`src/sage/combinat/debruijn_sequence.pyx`. There is nothing wrong with the
use of `print` here and it will cause a conflict with #20554:
{{{
#!diff
- ... print (Word(map(lambda (j,b): b if j in shift(i) else '*',
- ...
enumerate(seq))).string_rep())
+ ....: print(Word(map(lambda (j,b): b if j in shift(i) else '*',
+ ....:
enumerate(seq))).string_rep())
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/20536#comment:7>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.