mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge 3.5, issue #14209
This commit is contained in:
commit
34ad2ef8f9
3 changed files with 81 additions and 4 deletions
|
@ -375,7 +375,7 @@ try:
|
|||
if len(fn)==2 and fn[1].startswith('__init__.py'):
|
||||
if fn[0] not in yielded:
|
||||
yielded[fn[0]] = 1
|
||||
yield fn[0], True
|
||||
yield prefix + fn[0], True
|
||||
|
||||
if len(fn)!=1:
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue