[issue5412] extend configparser to support mapping access(__*item__)

Łukasz Langa report at bugs.python.org
Sat Sep 25 17:31:35 CEST 2010


Łukasz Langa <lukasz at langa.pl> added the comment:

Patch updated:

 * uses collections because they are built into the executable for 3.2
 * uses itertools for the same reasons
 * in the end doesn't use weakrefs since after recent commits (Raymond removed __del__ from OrderedDict) the reference cycle problem went away on its own

Still needs docs but I didn't manage to make sensible edits last night (the train I took from Hannover arrived 80 minutes later).

----------
Added file: http://bugs.python.org/file19010/issue5412.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5412>
_______________________________________


More information about the Python-bugs-list mailing list