In a patch for the the Sage library (trac #7889), a file used triple single quotes (''') rather than triple double quotes ("""). As a result,
- sage -coverage reported 0 coverage for that file, and - no doctests were run on the examples in the docstrings! Our coverage scripts and doctesting scripts should be able to handle this, shouldn't they? If not -- if there is a reason to insist on """ instead of ''' -- then we should change all ''' to """ and run doctests to see what needs fixing. Opinions? Volunteers to help? -- John -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org To unsubscribe, reply using "remove me" as the subject.