Changes between Initial Version and Version 1 of Ticket #17462
- Timestamp:
- Dec 8, 2014, 7:25:37 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17462
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
to
u/ncohen/17462
-
Property
Status
changed from
-
Ticket #17462 – Description
initial v1 1 The _boundary attribute has been deprecated since 2013-12-08 in #15494. This 2 ticket totally removes it fro the graph class. 3 4 The branch fixes a small problem that went probably unnoticed in #15494: the 5 function Graph.genus was using this attribute (and so has been raising warnings 6 for one year) but there was no other way to give a list of vertices to the 7 function. Consequently, this branch turns one of its boolean arguments into a 8 list, so that this function can be used properly, i.e. without global variables. 9 10 11 Nathann