Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77225

Re: To modify IDLE source code

From Terry Reedy <tjreedy@udel.edu>
Subject Re: To modify IDLE source code
Date 2014-08-28 13:25 -0400
References <CADgpKWYswyjWW2M4BNanXg2CMHWHhkJsobevFbyqZ8GvAcTAsw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.13574.1409246775.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 8/28/2014 6:34 AM, Abhiram R wrote:
> Hi,
> I've got the IDLE source code from IDLElib online.

It also come with Python unless a distribution removes it.

> 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.

If I may ask, what?
For yourself only, or everyone?
Have you checked the tracker for existing issues?

> Is there any documentation that will help me make sense (more
> easily) of each of the py files in said library?

I believe config-extensions.def has the main informtion on writing 
extensions.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: To modify IDLE source code Terry Reedy <tjreedy@udel.edu> - 2014-08-28 13:25 -0400

csiph-web