New submission from Serhiy Storchaka:

Open parenthesis ('(') is appended after completed callable globals and 
attributes. I propose to add a space after completed keyword. In most cases a 
space is either required after the keyword, or recommended by PEP8. Attached 
patch implements this.

----------
components: Extension Modules
files: rlcompleter_keyword_space.patch
keywords: patch
messages: 251262
nosy: pitrou, r.david.murray, serhiy.storchaka, twouters
priority: normal
severity: normal
stage: patch review
status: open
title: Append space after completed keywords
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file40538/rlcompleter_keyword_space.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25209>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to