Issue1099116

classification
Title: bool() builtin function.
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: bzimmer, dsuch
Priority: normal Keywords: patch

Created on 2005-01-09.21:44:01 by dsuch, last changed 2005-01-09.21:44:43 by dsuch.

Files
File name Uploaded Description Edit Remove
__builtin__.java.patch dsuch, 2005-01-09.21:44:43
Messages
msg2409 (view) Author: Dariusz Suchojad (dsuch) Date: 2005-01-09.21:44:01
Small patch that adds a bool() builtin function (not a
new base type), in the spirit of bool() from Python 2.2.
History
Date User Action Args
2005-01-09 21:44:01dsuchcreate