Branch for fixes to printer

2010-03-27 Thread Brian Granger
Hi, I have put up a branch that fixes two things in the printers: http://github.com/ellisonbg/sympy/tree/printer * lambdify(Piecewise) now uses iff for Python 2.4 compat. * I added printmethod = "_pretty_" to the pretty printer class to allow types to declare how they can be pretty printed. Che

Re: Branch for fixes to printer

2010-03-27 Thread Ondrej Certik
On Sat, Mar 27, 2010 at 1:12 PM, Brian Granger wrote: > Hi, > > I have put up a branch that fixes two things in the printers: > > http://github.com/ellisonbg/sympy/tree/printer > > * lambdify(Piecewise) now uses iff for Python 2.4 compat. > * I added printmethod = "_pretty_" to the pretty printer