Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Open
Description
| BPO | 25419 |
|---|---|
| Nosy | @vadmium,@serhiy-storchaka,@MojoVampire |
| Dependencies | |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2015-10-16.11:16:48.120>labels= ['type-feature','library']title='Readline completion of module names in import statements'updated_at=<Date2016-05-25.08:03:01.876>user='https://github.com/vadmium'
bugs.python.org fields:
activity=<Date2016-05-25.08:03:01.876>actor='martin.panter'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Library (Lib)']creation=<Date2015-10-16.11:16:48.120>creator='martin.panter'dependencies= ['16182']files= ['40794','42986']hgrepos= []issue_num=25419keywords= ['patch']message_count=6.0messages= ['253072','253095','253104','253115','253132','266320']nosy_count=3.0nosy_names= ['martin.panter','serhiy.storchaka','josh.r']pr_nums= []priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype='enhancement'url='https://bugs.python.org/issue25419'versions= ['Python 3.6']
Linked PRs
- gh-69605: Add module autocomplete to PyREPL #129329
- gh-69605: Add PyREPL import autocomplete feature to 'What's New' #133358
- gh-69605: Disable PyREPL module autocomplete fallback on regular completion #134181
- [3.14] gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181) #134680
- gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) #138268
- [3.14] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268) #138943
- gh-69605: Check for already imported modules in PyREPL module completion #139461