Changes between Version 1 and Version 3 of Ticket #17462
- Timestamp:
- Dec 8, 2014, 8:53:54 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17462
-
Property
Commit
changed from
to
55b2fdd77f0eb3de5aa789801f26f5f79ffef267
-
Property
Milestone
changed from
sage-6.5
tosage-pending
-
Property
Commit
changed from
-
Ticket #17462 – Description
v1 v3 1 The _boundary attribute has been deprecated since 2013-12-08in #15494. This1 The _boundary attribute has been deprecated since Sage 6.2 in #15494. This 2 2 ticket totally removes it fro the graph class. 3 3 … … 8 8 list, so that this function can be used properly, i.e. without global variables. 9 9 10 11 Nathann 10 '''Not to be merged before 2015-05-06'''