This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年03月19日 03:53 by eric.smith, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg64031 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2008年03月19日 03:53 | |
PEP 3127 "Integer Literal Support and Syntax" says that % string formatting should support %b. This needs to be added to both 2.6 and 3.0. It needs to support the forms %b and %#b. |
|||
| msg65621 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2008年04月18日 19:24 | |
On the python-3000 list we decided not to add new features to % formatting, since it will be deprecated in favor of str.format. |
|||
| msg65622 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2008年04月18日 19:24 | |
I should have noted that the PEP was modified to remove %b and %#b formatting. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46668 |
| 2008年04月18日 19:24:53 | eric.smith | set | messages: + msg65622 |
| 2008年04月18日 19:24:25 | eric.smith | set | status: open -> closed resolution: wont fix messages: + msg65621 |
| 2008年03月19日 03:53:29 | eric.smith | create | |