fixed bool browsing bug, sf bug #652591

This commit is contained in:
Just van Rossum 2002-12-13 10:58:10 +00:00
parent 067d734f9e
commit 61fcf76294
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ class Browser:
SIMPLE_TYPES = (
type(None),
int,
bool,
long,
float,
complex,