Changes between Initial Version and Version 15 of Ticket #26495
- Timestamp:
- 02/17/19 07:31:35 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26495
-
Property
Status
changed from
new
toneeds_review
- Property Cc zimmerma tscrim added
-
Property
Branch
changed from
to
public/ticket/26495
-
Property
Milestone
changed from
sage-8.4
tosage-8.7
-
Property
Commit
changed from
to
2a6aae804b54637c9584a8e6bf75ddc01fad86a3
-
Property
Status
changed from
-
Ticket #26495 – Description
initial v15 1 For frenchbook doctests errors ichose to use doctest flag {{{# py2}}} instead of rewriting the examples.1 For frenchbook doctests errors, I chose to use doctest flag {{{# py2}}} instead of rewriting the examples. 2 2 3 As the tests are supposed to be the examples of the book i think it's more consist ant to just skip them in python 3 rather than rewrite them and have examples which differ form the book.3 As the tests are supposed to be the examples of the book i think it's more consistent to just skip them in python 3 rather than rewrite them and have examples which differ form the book. 4 4 5 5 The remaining doctests errors does not depends on this "module".