Message 407254 - Python tracker (original) (raw)

Message407254

Author serhiy.storchaka
Recipients eric.smith, facundobatista, mark.dickinson, rhettinger, serhiy.storchaka
Date 2021-11-29.09:28:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1638178124.93.0.22246947022.issue45739@roundup.psfhosted.org
In-reply-to
Content
You are right about an uppercase converter. I forget this. I withdraw this proposition. It seems that even if we add support of "N" to all numeric formatting it will not cover all use cases. "n" is a locale specific variant of "g", but other formats could have locale specific variants too. In C all numeric formatting is locale specific. Maybe add a flag which makes any numeric formatting locale specific? Then "n" will became obsolete.
History
Date User Action Args
2021-11-29 09:28:44 serhiy.storchaka set recipients: + serhiy.storchaka, rhettinger, facundobatista, mark.dickinson, eric.smith
2021-11-29 09:28:44 serhiy.storchaka set messageid: 1638178124.93.0.22246947022.issue45739@roundup.psfhosted.org
2021-11-29 09:28:44 serhiy.storchaka link issue45739 messages
2021-11-29 09:28:44 serhiy.storchaka create