Changes between Initial Version and Version 1 of Ticket #15603
- Timestamp:
- 12/28/13 23:59:53 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15603
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #15603 – Description
initial v1 1 As promised on #15278, this ticket adds an 'immutable' keyword to the constructors of Graph/Digraph, and in 'copy()' too.1 As promised on #15278, this ticket adds an 'immutable' keyword to the constructors of `Graph/Digraph`, and in 'copy()' too. 2 2 3 3 While I was at it, I tried to clean a bit the 'copy()' method, which now systematically checks its input. It should deal with every situation `:-P` 4 4 5 And I think I will have to clean the constructors of Graph/Digraphtoo at some point.5 And I think I will have to clean the constructors of `Graph/Digraph` too at some point. 6 6 7 7 Nathann