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 georg.brandl
Recipients georg.brandl, ngie, rhettinger
Date 2009-04-28.17:57:53
SpamBayes Score 0.007803899
Marked as misclassified No
Message-id <1240941475.16.0.949144248247.issue5850@psf.upfronthosting.co.za>
In-reply-to
Content
May I add that the given example is flawed:

1. it shares the data dictionary between all instances
2. just delegating all container interfaces to a dictionary does not
really show how to customize your own container.
History
Date User Action Args
2009-04-28 17:57:55georg.brandlsetrecipients: + georg.brandl, rhettinger, ngie
2009-04-28 17:57:55georg.brandlsetmessageid: <1240941475.16.0.949144248247.issue5850@psf.upfronthosting.co.za>
2009-04-28 17:57:53georg.brandllinkissue5850 messages
2009-04-28 17:57:53georg.brandlcreate