#4637: [with patch, with positive review] bug/stupid design of
padic_printing.sep
print mode stuff (depends on #5499)
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.2
Component: number theory | Keywords:
---------------------------+------------------------------------------------
Comment(by was):
REMARK:
This patch introduces 5 new functions with no doctests, hence fails what I
consider *the most basic* review criterion:
{{{
360 def _sep(self):
361 return self.sep
362
363 def _alphabet(self):
364 return self.alphabet
365
366 def _max_ram_terms(self):
367 return self.max_ram_terms
368
369 def _max_unram_terms(self):
370 return self.max_unram_terms
371
372 def _max_terse_terms(self):
373 return self.max_terse_terms
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4637#comment:8>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---