getp broken

I just happened to type getp(gca()) on matplotlib 0.99.0, and the output
looks all garbled:

getp(gca())

/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/axes.py:1269: DeprecationWarning: use ax.patch instead
  warnings.warn('use ax.patch instead', DeprecationWarning)
    stable = box
    a = 1.0
    or = C
    ated = False
    ct = auto
    scale_on = True
    scalex_on = True
    scaley_on = True
     = Axes(0.125,0.1;0.775x0.8)
    _locator = None
    _bgcolor = w
[...]

It's been a long time since I last tried this, but does anyone have an
idea what changes could have caused this? Could it be related to the
ReST formatting in the docstrings?

Querying single attributes as in getp(gca(), 'yscale') seems to work
fine, it's just this listing of all attributes that seems to be broken.

···

--
Jouni K. Sepp�nen

Jouni K. Seppänen wrote:

I just happened to type getp(gca()) on matplotlib 0.99.0, and the output
looks all garbled:

Fixed in r7780 (branch) and 7781 (trunk).

Eric

···

getp(gca())

/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/axes.py:1269: DeprecationWarning: use ax.patch instead
  warnings.warn('use ax.patch instead', DeprecationWarning)
    stable = box
    a = 1.0
    or = C
    ated = False
    ct = auto
    scale_on = True
    scalex_on = True
    scaley_on = True
     = Axes(0.125,0.1;0.775x0.8)
    _locator = None
    _bgcolor = w
[...]

It's been a long time since I last tried this, but does anyone have an
idea what changes could have caused this? Could it be related to the
ReST formatting in the docstrings?

Querying single attributes as in getp(gca(), 'yscale') seems to work
fine, it's just this listing of all attributes that seems to be broken.