mirror of
https://github.com/python/cpython.git
synced 2025-09-11 03:07:01 +00:00
Nothing important
This commit is contained in:
parent
525819017e
commit
6f69c504f1
3 changed files with 30 additions and 30 deletions
|
@ -225,7 +225,7 @@ class Main:
|
|||
else:
|
||||
rv.append(fullname)
|
||||
for d in todo:
|
||||
if len(rv) > 100:
|
||||
if len(rv) > 500:
|
||||
if istop:
|
||||
rv.append('... and more ...')
|
||||
return rv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue