[Patches] [ python-Patches-787929 ] reflect the introduce of boolean type(libcfgparser.tex)

SourceForge.net noreply at sourceforge.net
Thu Aug 14 14:02:08 EDT 2003


Patches item #787929, was opened at 2003-08-13 04:40
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=787929&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: reflect the introduce of boolean type(libcfgparser.tex)

Initial Comment:
* getboolean
  return true/false

true/false is not a boolean type.
This should be "return True/False".

* remove_option
  Now returns True/False instead of 1/0 as 
remove_section.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-08-14 15:02

Message:
Logged In: YES 
user_id=80475

Accepted with adjustments.  I quoted the inputs to show 
that they are strings.

See and Doc/lib/libcfgparser.tex 1.30 and 1.29.16.1


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=787929&group_id=5470



More information about the Patches mailing list