[issue41177] ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items()

2020-07-02 Thread Michael DePalatis


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/issue41177>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31749] Request: Human readable byte amounts in the standard library

2017-10-10 Thread Michael DePalatis

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 to be taken yet 
and would be in line with "human-readable" options in tools like ls.

--
nosy: +mivade

___
Python tracker 
<https://bugs.python.org/issue31749>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33533] Provide an async-generator version of as_completed

2018-10-25 Thread Michael DePalatis


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 
<https://bugs.python.org/issue33533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33533] Provide an async-generator version of as_completed

2018-10-30 Thread Michael DePalatis


Change by Michael DePalatis :


--
keywords: +patch
pull_requests: +9565
stage:  -> patch review

___
Python tracker 
<https://bugs.python.org/issue33533>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com