Re: [Tutor] self-modification

2006-08-21 Thread Alan Gauld
> I'm a newbie to Python. I wanted to write a graphical interface > which would show the built-in documentation (I mean dir() and > __doc__ ) of Python. The code shows how far I got before realizing > that I had to use some self-modification feature (converting a > string to a function or to an

Re: [Tutor] self-modification

2006-08-21 Thread Kent Johnson
Zsiros Levente wrote: > I'm a newbie to Python. I wanted to write a graphical interface which > would show the built-in documentation (I mean dir() and __doc__ ) of > Python. The code shows how far I got before realizing that I had to use > some self-modification feature (converting a string to

[Tutor] self-modification

2006-08-21 Thread Zsiros Levente
I'm a newbie to Python. I wanted to write a graphical interface which would show the built-in documentation (I mean dir() and __doc__ ) of Python. The code shows how far I got before realizing that I had to use some self-modification feature (converting a string to a function or to an object; i