Changes between Version 1 and Version 2 of Ticket #16934, comment 24
- Timestamp:
- Sep 12, 2014, 1:26:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16934, comment 24
v1 v2 9 9 so perhaps we should expand the warning to say 10 10 {{{ 11 warn("currently, the 'modulus' argument is ignored when constructing prime finite fields. This might change in the future and this will probably also change the output of the .gen() and .modulus() methods on the finite field.\nSee http://trac.sagemath.org/1693 4for details.")11 warn("currently, the 'modulus' argument is ignored when constructing prime finite fields. This might change in the future and this will probably also change the output of the .gen() and .modulus() methods on the finite field.\nSee http://trac.sagemath.org/16930 for details.") 12 12 }}}