In <mailman.1937.1312573077.1164.python-l...@python.org> Jack Bates <ms...@freezone.co.uk> writes:
> I have two objects, and I want to replace all references to the first > object - everywhere - with references to the second object. What can I > try? The simplest answer to your question is to assign object2 to object1 at the very beginning of your code, but that is a very naive solution and can easily fail based on lots of factors. What's your context: A single source file? Many source files? A live application with persistent data? What are your two objects? Do they provide an identical interface? -- John Gordon A is for Amy, who fell down the stairs gor...@panix.com B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies" -- http://mail.python.org/mailman/listinfo/python-list