mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fixed bool browsing bug, sf bug #652591
This commit is contained in:
parent
067d734f9e
commit
61fcf76294
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ class Browser:
|
|||
SIMPLE_TYPES = (
|
||||
type(None),
|
||||
int,
|
||||
bool,
|
||||
long,
|
||||
float,
|
||||
complex,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue