Changes between Initial Version and Version 1 of Ticket #23185
- Timestamp:
- 06/09/17 06:00:22 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23185 – Description
initial v1 1 1 Currently, this fails: 2 ``` 2 {{{ 3 3 sage: R.<x> = QQ[] 4 4 sage: K.<x> = FractionField(QQ) 5 5 sage: R.is_subring(K) 6 6 NotImplementedError 7 ``` 7 }}} 8 8 9 but it should return ` `True``.9 but it should return `True`.