Re: [sage-devel] Editing source python modules

2009-11-24 Thread Carlo Hamalainen
On Tue, Nov 24, 2009 at 4:07 PM, Gerard Bosch wrote: > I'd like to know the correct way and the steps to follow in order to > make a code patch then. You will want to use a Mercurial queue. Step by step instructions are here: http://wiki.sagemath.org/MercurialQueues If something isn't clear the

Re: [sage-devel] Editing source python modules

2009-11-24 Thread Tim Joseph Dumol
On Tue, Nov 24, 2009 at 11:07 PM, Gerard Bosch wrote: > Hello, > > I'm new in Sage and I'm working on an implementation for the > error-correcting Golay codes (the decoder mainly). > > The question is that I've got some doubts about how to edit de source > code. I have read that I must do a new br