A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-October/030383.html below:

[Python-checkins] python/dist/src/Doc/lib libcfgparser.tex,1.24,1.25

[Python-checkins] python/dist/src/Doc/lib libcfgparser.tex,1.24,1.25fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 25 Oct 2002 14:52:02 -0700
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