Re: [Twisted-Python] copy.deepcopy domish.Element works in python 2.5 but not in 2.6

2009-12-18 Thread Ralph Meijer
On Thu, 2009-12-17 at 18:11 +, exar...@twistedmatrix.com wrote: > On 05:40 pm, gabriel.rosse...@arimaz.com wrote: > >Hello everyone, > > > >for some reason copy.deepcopy forks great on a domish.Element on 2.5 > >but > >not in 2.6 : > > Actually, it looks like it works about equally well on eit

Re: [Twisted-Python] copy.deepcopy domish.Element works in python 2.5 but not in 2.6

2009-12-17 Thread exarkun
On 05:40 pm, gabriel.rosse...@arimaz.com wrote: >Hello everyone, > >for some reason copy.deepcopy forks great on a domish.Element on 2.5 >but >not in 2.6 : > >Python 2.5.4 (r254:67916, Sep 20 2009, 10:05:43) >[GCC 4.4.1] on linux2 >Type "help", "copyright", "credits" or "license" for more informat

[Twisted-Python] copy.deepcopy domish.Element works in python 2.5 but not in 2.6

2009-12-17 Thread Gabriel Rossetti
Hello everyone, for some reason copy.deepcopy forks great on a domish.Element on 2.5 but not in 2.6 : Python 2.5.4 (r254:67916, Sep 20 2009, 10:05:43) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from twisted.words.xish import domish >>> impo