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 2009年04月16日 10:57 by eric.smith, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg86021 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年04月16日 10:57 | |
The point of the empty type code is to make sure a number looks like a float (so as to avoid formatting 2.0 as "2"). But if we have an exponent, the result already looks like a float, so there's no need to modify the number further. |
|||
| msg86022 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年04月16日 11:09 | |
For a more detailed discussion, scroll to the bottom of http://mail.python.org/pipermail/python-dev/2009-April/088417.html |
|||
| msg86030 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2009年04月16日 13:08 | |
Just for the public record, I think that getting rid of the '.0' is the right thing to do here. |
|||
| msg86042 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年04月16日 20:52 | |
Fixed in py3k (which will become 3.1) in r71665. |
|||
| msg86299 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年04月22日 14:49 | |
Fixed in trunk as part of r71796. Closing the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:47 | admin | set | github: 50022 |
| 2009年04月22日 14:49:48 | eric.smith | set | status: open -> closed resolution: fixed messages: + msg86299 |
| 2009年04月16日 20:52:47 | eric.smith | set | messages: + msg86042 |
| 2009年04月16日 13:08:37 | mark.dickinson | set | messages: + msg86030 |
| 2009年04月16日 11:09:20 | eric.smith | set | messages: + msg86022 |
| 2009年04月16日 10:57:20 | eric.smith | create | |