[New-bugs-announce] [issue39036] Add center_char attribute to str type
Lovi
report at bugs.python.org
Fri Dec 13 07:42:53 EST 2019
New submission from Lovi <1668151593 at qq.com>:
I think Python3.9 needs to add the center_char attribute which means the center character of strings to string type, such as the center_char of '12345' is '1' and the center_char of 'abcd' is 'bc'.
----------
components: Windows
messages: 358328
nosy: lovi, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Add center_char attribute to str type
type: enhancement
versions: Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39036>
_______________________________________
More information about the New-bugs-announce
mailing list