#26832 closed enhancement (fixed)
avoid using .vertices() in tdlib.pyx
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.6 |
Component: | graph theory | Keywords: | py3, graph |
Cc: | Merged in: | ||
Authors: | David Coudert | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | 21e84f3 (Commits) | Commit: | 21e84f3a5cec02cd5b43a569c9744e22cd066412 |
Dependencies: | Stopgaps: |
Description
avoid using .vertices()
in tdlib.pyx
by using a proper mapping. We also do some pep8 cleaning.
Change History (4)
comment:1 Changed 12 months ago by
- Branch set to public/26832_tdlib
- Commit set to 21e84f3a5cec02cd5b43a569c9744e22cd066412
- Status changed from new to needs_review
comment:2 Changed 12 months ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok
comment:3 Changed 12 months ago by
- Branch changed from public/26832_tdlib to 21e84f3a5cec02cd5b43a569c9744e22cd066412
- Resolution set to fixed
- Status changed from positive_review to closed
comment:4 Changed 12 months ago by
- Milestone changed from sage-8.5 to sage-8.6
This tickets were closed as fixed after the Sage 8.5 release.
Note: See
TracTickets for help on using
tickets.
New commits:
trac #26832: avoid using .vertices()
trac #26832: pep8 cleaning