[issue40529] Auto Completions with case insensitive

2020-12-04 Thread Madhusudhan Kasula
Madhusudhan Kasula added the comment: Thanks for your suggestion Tal Einat. I have created an discussion topic @ https://discuss.python.org/t/autocompletion-with-case-insensitive-option/6017 Please do support. -- ___ Python tracker <ht

[issue40529] Auto Completions with case insensitive

2020-05-06 Thread Madhusudhan Kasula
Madhusudhan Kasula added the comment: Yes. Python is case sensitive language and this feature will not break its essence. This case insensitive completion will help interpreter user for easy typing and choose from the available options. In the following example even user typed '

[issue40529] Auto Completions with case insensitive

2020-05-06 Thread Madhusudhan Kasula
New submission from Madhusudhan Kasula : Now, we don't have user option to make completions with case insensitive. It would be nice if user have option to enable/disable case insensitive completions. -- components: Library (Lib) messages: 368241 nosy: mkasula priority: normal sev