Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77216
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: To modify IDLE source code |
| Date | 2014-08-28 16:01 +0100 |
| References | <CADgpKWYswyjWW2M4BNanXg2CMHWHhkJsobevFbyqZ8GvAcTAsw@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13567.1409238122.18130.python-list@python.org> (permalink) |
On 28/08/2014 11:34, Abhiram R wrote: > Hi, > I've got the IDLE source code from IDLElib online. Now I want to modify > it so as to improve upon it i.e I have a feature in mind I want to add > into it. Is there any documentation that will help me make sense (more > easily) of each of the py files in said library? > > Thanks > Abhiram > Not that I'm aware of. I suggest you check out the bug tracker at bugs.python.org as there are a lot of issues against IDLE there. See also IDLEX at https://pypi.python.org/pypi/idlexa and the IDLE mailing list at either https://mail.python.org/mailman/listinfo/idle-dev or gmane.comp.python.idle -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: To modify IDLE source code Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-28 16:01 +0100
csiph-web