I'm been coding in python now for close to 10 years. one of the modules that I have composed for re-use has gotten pretty big:
It is implemented as import tlib as std I am thinking about 'downsizing' this module and breaking it up into smaller components, thus a package. And I would like to do this without a lot of code revisions. I would welcome references to URLs on this topic. thanks -- Tim tim at johnsons-web dot com or akwebsoft dot com http://www.akwebsoft.com _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
