Changes between Initial Version and Version 4 of Ticket #20468
- Timestamp:
- Apr 19, 2016, 7:49:41 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20468
-
Property
Status
changed from
new
topositive_review
-
Property
Branch
changed from
to
u/chapoton/20468
-
Property
Commit
changed from
to
7f7a7b5da4d6e134120bd3f2755519dfcef77b88
- Property Keywords python3 ascii_art added
-
Property
Reviewers
changed from
to
Travis Scrimshaw
-
Property
Status
changed from
-
Ticket #20468 – Description
initial v4 1 1 some problems (about future transition to py3) can be found using 2 2 {{{ 3 export PYTHONIOENCODING="utf-8" 3 4 python -Qwarnall $(which sage-runtests) src/sage/combinat/*.py 4 5 }}} 6 let us try to correct a few of them. 5 7 6 let us try to correct a few of them. 8 see also #18659 and #15995