This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author siona
Recipients l0nwlf, pitrou, r.david.murray, siona, terry.reedy
Date 2010-06-30.09:50:08
SpamBayes Score 0.010076356
Marked as misclassified No
Message-id <1277891411.45.0.320670142161.issue4963@psf.upfronthosting.co.za>
In-reply-to
Content
That solution looks sound to me, in particular documenting the semantics of repeated init() calls!

As for the underlying problem, it seems to me that an alternative to copying the existing structures rather than rebuilding them would be to use OrderedDicts. Although I can't think why it might be a preferable alternative, other than being a bit clearer that order of insertion can affect behaviour.
History
Date User Action Args
2010-06-30 09:50:11sionasetrecipients: + siona, terry.reedy, pitrou, r.david.murray, l0nwlf
2010-06-30 09:50:11sionasetmessageid: <1277891411.45.0.320670142161.issue4963@psf.upfronthosting.co.za>
2010-06-30 09:50:09sionalinkissue4963 messages
2010-06-30 09:50:08sionacreate