Re: [Python-Dev] possible use of __decorates__ in functools.decorator

2006-05-09 Thread Luis P Caamano
Turns out I didn't need to use the __decorates__ attribute to get the name of the class. I posted on clp (what I should've done in the first place) and got an answer back pretty quickly. After a duh!, hitting my forehead and a couple "of couse" comments, it was as simple as saving the original ca

Re: [Python-Dev] Alternative path suggestion

2006-05-09 Thread Martin Blais
Unfortunately, I have no time to read all the details on this interesting thread (I wish), but I also have an alternative path implementation, feel free to scavenge anything from it you might find useful. I put it here: http://furius.ca/pubcode/pub/conf/common/lib/python/ipath.py.html I think i

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2006-05-09 Thread Thomas Heller
Thomas Wouters wrote: > On 5/9/06, Thomas Heller <[EMAIL PROTECTED]> wrote: >> >> Thomas Wouters wrote: >> > On 5/8/06, Neal Norwitz <[EMAIL PROTECTED]> wrote: >> > >> >> test_ctypes >> >> test test_ctypes failed -- Traceback (most recent call last): >> >> File "/home/neal/python/trunk/Lib/ctypes

Re: [Python-Dev] rest2latex - pydoc writer - tables

2006-05-09 Thread Thomas Heller
[EMAIL PROTECTED] wrote: > On Fri, 28 Apr 2006, Thomas Heller wrote: > >> I must work on the docs themselves, so I currently have only two things: >> >> - the table in the ctypes tutorial has a totally different look than the >> other >> tables in the docs. Compare >> http://docs.python.org/

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures basics (1)

2006-05-09 Thread Thomas Wouters
On 5/9/06, Thomas Heller <[EMAIL PROTECTED]> wrote: Thomas Wouters wrote:> On 5/8/06, Neal Norwitz <[EMAIL PROTECTED]> wrote:>>> test_ctypes>> test test_ctypes failed -- Traceback (most recent call last): >>   File "/home/neal/python/trunk/Lib/ctypes/test/test_python_api.py", line>> 41, in test_PyI