|
From: Michael F. <fuz...@vo...> - 2010-08-11 13:00:45
|
On 11/08/2010 13:41, Tom wrote: > Hi, > > i have a dict and want to merge the dict into my configobj: > > inobj = configobj.ConfigObj(indict) > conf.merge(inobj) #conf is the configobj > > > > is it possible to revert the merge after i merged? > > > No, there is no way to revert a merge. You could copy the ConfigObj instance first and do the merge into a copy though. Michael > Cheers, > > Tom > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Configobj-develop mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/configobj-develop > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer. |