commit | 41176ae1d2f4ab6dc0f7fc4ea76efad1248c0c5b | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sun Dec 11 01:07:29 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sun Dec 11 01:07:29 2016 +0000 |
tree | 1bde1c9c341c911c363ef7993ea101735468c7c7 | |
parent | bc538e38527bf836291be5b6ac28644b27abd07e [diff] |
Issue #28916: Correct description of %o and %x alternative forms * In Python 3, the specifier is 0o * There is no special case for leading zeros * Remove duplicate tests * Clarify other existing tests and comments