Changes between Version 2 and Version 3 of Ticket #12418, comment 27
- Timestamp:
- 01/24/13 11:46:07 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12418, comment 27
v2 v3 16 16 }}} 17 17 9. Why do we need the second function? We already discussed this off-ticket - I will wait for your generic function. 18 10. {{{(**this option is currenly disabled, cf. trac #13667**). }}} --- it should be ''{{{ `:trac:13667`}}}'' since it will be in the documentation.19 11. {{{ Parameter "algorithm" has the same meaning as in codesize_upper_bound() }}} --- This should be ''{{{ `:func:codesize_upper_bound`}}}''.18 10. {{{(**this option is currenly disabled, cf. trac #13667**). }}} --- it should be ''{{{:trac:`13667`}}}'' since it will be in the documentation. 19 11. {{{ Parameter "algorithm" has the same meaning as in codesize_upper_bound() }}} --- This should be ''{{{:func:`codesize_upper_bound`}}}''. 20 20 12. {{{ print "Wrong q_base=", q_base, " for q=", q, kk}}} --- This can be formatted python3 style as 21 21 {{{ … … 24 24 13. According to the patchbot this needs rebasing against some higher version of 5.6. I have only beta0 here; I will check it against rc1 after I have compiled that. 25 25 14. EDIT: I forgot.. the deprecation notice should go. It has been two years. If code_bounds needs to be cleaned then I can do that. 26 27 EDIT: Update backticks in 6., 10., 11.