Michael DePalatis added the comment:
I think the other issue here is that the ConvertingX classes aren't documented
apart from comments in the code where they are defined.
--
nosy: +mivade
___
Python tracker
<https://bugs.python.org/is
Michael DePalatis added the comment:
This would be a useful feature, but I don't think it quite fits in the math
package. It might make more sense to use this with string formatting, for
example:
{:h}.format(filesize)
where I use h as the format specifier since it doesn't appear t
Michael DePalatis added the comment:
Is there any progress on this? I was thinking the exact same thing regarding
the backwards-compatible approach and would like to work on it if no one else
is.
--
nosy: +mivade
___
Python tracker
<ht
Change by Michael DePalatis :
--
keywords: +patch
pull_requests: +9565
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33533>
___
_