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
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
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