Harald Massa wrote:
Hello!

I am using a library (= code of so else) within Python. Somewhere in this library there is:

(snip)


now I want to change the common baa-method. so that

(snip)

Of course, I use a Python- and GPL-Licence compatible library, I can change the source of foo, and use my changed library.

But someday, it happened before, there will be an update by the publisher to that library.... and I have to do all again.

So, what is the most elegant solution to administer these changes?

<ot> Use a version control system (svn is quite fine...). </ot>

--
bruno desthuilliers
ruby -e "print '[EMAIL PROTECTED]'.split('@').collect{|p| p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"
--
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to