[Patches] [ python-Patches-559288 ] Use builtin boolean if present

noreply@sourceforge.net noreply@sourceforge.net
Wed, 22 May 2002 10:34:57 -0700


Patches item #559288, was opened at 2002-05-22 12:34
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=559288&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Fredrik Lundh (effbot)
Summary: Use builtin boolean if present

Initial Comment:
Now that Python has a boolean type, perhaps xmlrpclib 
should use it if available.  Here's a patch that (I think) 
does what's necessary.  The existing test case (which 
does manipulate a boolean) passes.  Haven't tested it 
with a pre-bool version of Python though.

Skip


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

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