#16072 closed enhancement (worksforme)
Python 3 preparation: integer types
Reported by: | wluebbe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | python3 | Keywords: | python3 |
Cc: | chapoton, mkoeppe, tscrim | Merged in: | |
Authors: | Reviewers: | Matthias Koeppe | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Change History (15)
comment:1 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:2 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:3 Changed 6 years ago by
- Component changed from distribution to python3
comment:4 Changed 5 years ago by
- Milestone changed from sage-6.4 to sage-8.0
comment:5 Changed 5 years ago by
comment:6 Changed 5 years ago by
after which there remains
git grep -c "^[^#:]*[^_la]long(" *.py src/sage/interfaces/fricas.py:1 src/sage/interfaces/gp.py:1 src/sage/interfaces/interface.py:2 src/sage/misc/sage_input.py:3 src/sage/rings/finite_rings/element_ext_pari.py:1 src/sage/rings/polynomial/polynomial_quotient_ring_element.py:1 src/sage/rings/quotient_ring_element.py:1
among which
src/sage/misc/sage_input.py:3
is only in doctests
comment:7 Changed 5 years ago by
- Cc chapoton embray added
- Description modified (diff)
Adding some tickets.
comment:8 Changed 5 years ago by
Should the ticket summary say 'The Py2 type "long" is gone in Py3' rather than 'The Py3 type "long" is gone in Py3'?
comment:9 Changed 5 years ago by
- Description modified (diff)
- Summary changed from Python 3 preparation: The Py3 type "long" is gone in Py3 to Python 3 preparation: integer types
comment:10 Changed 4 years ago by
new state of affairs on 8.2.b3
src/mac-app/tools/createDSStore/mac_alias/alias.py:2 src/sage/interfaces/fricas.py:1 src/sage/interfaces/gp.py:1 src/sage/interfaces/interface.py:1 src/sage/misc/sage_input.py:3 src/sage/rings/polynomial/polynomial_quotient_ring_element.py:1 src/sage/rings/quotient_ring_element.py:1
comment:11 Changed 4 years ago by
see #24559
comment:12 Changed 23 months ago by
- Cc mkoeppe tscrim added; embray removed
- Milestone changed from sage-8.0 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
shall we close this one ?
comment:13 Changed 23 months ago by
- Reviewers set to Matthias Koeppe
- Status changed from needs_review to positive_review
comment:14 Changed 23 months ago by
- Resolution set to invalid
- Status changed from positive_review to closed
comment:15 Changed 22 months ago by
- Resolution changed from invalid to worksforme
Note: See
TracTickets for help on using
tickets.
one step done in #22871