Changes between Version 2 and Version 4 of Ticket #18555
- Timestamp:
- 06/03/15 17:17:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18555 – Description
v2 v4 1 Instances of the [http://doc.sagemath.org/html/en/reference/structure/sage/structure/global_options.html GlobalOptions] class in `sage.structure.global_options` do not pickle, which is annoying and causes various problems. 1 Instances of the [http://doc.sagemath.org/html/en/reference/structure/sage/structure/global_options.html GlobalOptions] class in `sage.structure.global_options` do not pickle, which is annoying and causes various problems. (This is a defect.) 2 2 3 3 In addition, when the `GlobalOptions` class was introduced it was suggested in [https://groups.google.com/forum/#!searchin/sage-devel/globabloptions/sage-devel/7ApZgwBTU4U/Qe6QoeuYgvAJ sage-dev] that it "would be nice" if we could implement the syntax used in the IPython configuration: … … 10 10 A.options(foobar=1) 11 11 }}} 12 Implementing this is an enhancement, which is why this ticket is listed as an enhancement! 12 13 13 14 This (soon to be uploaded) patch will implement both of these features.