On Fri, Aug 19, 2016 at 6:35 PM, Eric V. Smith <e...@trueblade.com> wrote:
> PEP 515 adds underscores to numeric literals. As part of that, it adds
> optional underscores to numeric formatters (similar to PEP 378 for ','). See
> https://www.python.org/dev/peps/pep-0515/#further-changes
>
> I had assigned myself http://bugs.python.org/issue27080 to implement this.
> Unfortunately, I'm not going to have time to implement this before 3.6 Beta
> 1. This isn't a hugely complex project, and it doesn't require knowledge of
> python internals. So someone with decent C skills should be able to
> accomplish it in less than a day. I'm hoping someone can pick it up. I can
> offer some pointers if needed.

I'm looking into it. Looks like it's part of the default-locale code -
and fortunately doesn't involve messing with actual locale data.

ChrisA
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to