Update of /cvsroot/python/python/dist/src/Doc/lib In directory usw-pr-cvs1:/tmp/cvs-serv25460/Doc/lib Modified Files: libcfgparser.tex Log Message: Implement a safer and more predictable interpolation approach. Closes SF bug #511737. Index: libcfgparser.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** libcfgparser.tex 25 Oct 2002 20:20:58 -0000 1.24 --- libcfgparser.tex 25 Oct 2002 21:52:00 -0000 1.25 *************** *** 60,63 **** --- 60,73 ---- \end{classdesc} + \begin{classdesc}{SafeConfigParser}{\optional{defaults}} + Derived class of \class{ConfigParser} that implements a more-sane + variant of the magical interpolation feature. This implementation is + more predictable as well. + % XXX Need to explain what's safer/more predictable about it. + New applications should prefer this version if they don't need to be + compatible with older versions of Python. + \versionadded{2.3} + \end{classdesc} + \begin{excdesc}{NoSectionError} Exception raised when a specified section is not found.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4