[Python-Dev] PEP 461 Final? (original) (raw)

Neil Schemenauer nas at arctrix.com
Fri Jan 17 20:51:44 CET 2014


Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:

Using %b could cause problems in the future as b is used in new style formatting to mean output numbers in binary, so %B seems to me the obvious choice as it's also unused.

After updating my patch, I've decided that %s works better. My patch implements PEP 461 as proposed with the following additional features:

The patch is v4, bugs.python.org/issue20284, still needs more review and testing.

Neil



More information about the Python-Dev mailing list