Re: [matplotlib-devel] kwdoc processing with decorators

2009-08-15 Thread Jason R. Coombs
.py. It's functionally the same as the version that Eric has tested against in rev 4, but a documentation string has changed in the last method. Sorry for the mixup. Jason -Original Message- From: Eric Firing [mailto:efir...@hawaii.edu] Sent: Thursday, 13 August, 2009 21:33 To:

Re: [matplotlib-devel] kwdoc processing with decorators

2009-08-14 Thread Jason R. Coombs
I believe this corrects the issue. Please let me know if you encounter any additional issues. Regards, Jason -Original Message- From: Eric Firing [mailto:efir...@hawaii.edu] Sent: Thursday, 13 August, 2009 21:33 To: Jason R. Coombs Cc: matplotlib development list Subject: Re: [matplotlib-de

Re: [matplotlib-devel] kwdoc processing with decorators

2009-08-14 Thread Jason R. Coombs
Oh, so you want _everything_ to work after the patch? GG Thanks for reporting this. I'll track it down and get it fixed. -Original Message- From: Eric Firing [mailto:efir...@hawaii.edu] Sent: Thursday, 13 August, 2009 21:33 To: Jason R. Coombs Cc: matplotlib development list Su

Re: [matplotlib-devel] kwdoc processing with decorators

2009-08-13 Thread Jason R. Coombs
mailto:efir...@hawaii.edu] > Sent: Thursday, 13 August, 2009 15:37 > To: John Hunter > Cc: Jason R. Coombs; Darren Dale; matplotlib development list > Subject: Re: [matplotlib-devel] kwdoc processing with decorators > > > I tested the startup time for r7480 before and after th

Re: [matplotlib-devel] kwdoc processing with decorators

2009-08-13 Thread Jason R. Coombs
John, This seems like a good idea. I wanted to prove and vet the decorators first, shake out any emergent issues, and then consider enhancements that the new structure might enable. While I was working through this, I was surprised when I saw how the kwdocd was assembled from the various modules

Re: [matplotlib-devel] kwdoc processing with decorators

2009-08-13 Thread Jason R. Coombs
> -Original Message- > From: Darren Dale [mailto:dsdal...@gmail.com] > > On Thu, Aug 13, 2009 at 7:44 AM, John Hunter wrote: > > On Wed, Aug 12, 2009 at 7:12 AM, John Hunter > wrote: > I appreciate how much time has gone into the patch, but this impacts > so much code I think it is import

Re: [matplotlib-devel] kwdoc processing with decorators

2009-08-13 Thread Jason R. Coombs
Also, functools requires Python 2.5. Matplotlib supports Python 2.4. > -Original Message- > From: Darren Dale [mailto:dsdal...@gmail.com] > Sent: Thursday, 13 August, 2009 10:52 > To: Gael Varoquaux > Cc: John Hunter; matplotlib development list; Eric Firing > Subject: Re: [matplotlib-deve