Changes between Version 4 and Version 5 of Ticket #17462
- Timestamp:
- Dec 8, 2014, 5:37:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17462
-
Property
Milestone
changed from
sage-6.5
tosage-pending
-
Property
Milestone
changed from
-
Ticket #17462 – Description
v4 v5 1 The _boundary attribute has been deprecated since Sage 6. 2in #15494. This1 The _boundary attribute has been deprecated since Sage 6.3 in #15494. This 2 2 ticket totally removes it fro the graph class. 3 3 … … 7 7 function. Consequently, this branch turns one of its boolean arguments into a 8 8 list, so that this function can be used properly, i.e. without global variables. 9 10 '''Not to be merged before 2015-08-10'''