Opened 5 months ago
Closed 4 months ago
#34522 closed enhancement (fixed)
clean up src/sage/lfunctions/pari.py
Reported by: | David Ayotte | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | sage-9.8 |
Component: | number theory | Keywords: | deprecation pycodestyle |
Cc: | Merged in: | ||
Authors: | David Ayotte | Reviewers: | Matthias Koeppe |
Report Upstream: | N/A | Work issues: | |
Branch: | 4c9486b (Commits, GitHub, GitLab) | Commit: | 4c9486b75fb02b14a21278bb69e44998c5045ccd |
Dependencies: | Stopgaps: |
Description
The goal of this ticket is to remove a deprecation message introduced in #26098 (>1 year) and apply some pycodestyle conventions.
Change History (4)
comment:1 Changed 5 months ago by
Branch: | → u/gh-DavidAyotte/clean_up_src_sage_lfunctions_pari_py |
---|
comment:2 Changed 5 months ago by
Commit: | → 4c9486b75fb02b14a21278bb69e44998c5045ccd |
---|---|
Status: | new → needs_review |
comment:3 Changed 4 months ago by
Reviewers: | → Matthias Koeppe |
---|---|
Status: | needs_review → positive_review |
comment:4 Changed 4 months ago by
Branch: | u/gh-DavidAyotte/clean_up_src_sage_lfunctions_pari_py → 4c9486b75fb02b14a21278bb69e44998c5045ccd |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
src/sage/lfunctions/pari.py: apply pycodestyle to the examples strings
src/sage/lfunctions/pari.py: apply pycodestyle to the examples string 2
src/sage/lfunctions/pari.py: remove old deprecation warning
src/sage/lfunctions/pari.py: remove unnecessary arguments, last pycodestyle