[issue44176] asyncio.as_completed() raises TypeError when the first supplied parameter is a generator that yields awaitables

2021-05-18 Thread Alex DeLorenzo
Change by Alex DeLorenzo : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue44176] asyncio.as_completed() raises TypeError when the first supplied parameter is a generator that yields awaitables

2021-05-18 Thread Alex DeLorenzo
Change by Alex DeLorenzo : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue12056] "…" (HORIZONTAL ELLIPSIS) should be an alternative syntax for "..." (FULL STOP FULL STOP FULL STOP)

2021-05-18 Thread Xavier Morel
Xavier Morel added the comment: > But if we allow for ellipsis, then would we not also have to start allowing > characters like ≥ and ≤ in Python? No, they're not defined as canonically equivalent to >= and <= by the Unicode specification: >>> unicodedata.normalize('NFKD', '…') ...

[issue44120] logging.config.fileConfig/dictConfig can not import class

2021-05-18 Thread Hiroaki Mizuguchi
Change by Hiroaki Mizuguchi : -- keywords: +patch pull_requests: +24846 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26229 ___ Python tracker __

[issue35889] sqlite3.Row doesn't have useful repr

2021-05-18 Thread Berker Peksag
Berker Peksag added the comment: Let's close it as rejected. Thank you everyone for your input. -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue38671] pathlib.Path.resolve(strict=False) returns relative path on Windows if the entry does not exist

2021-05-18 Thread Carlton Gibson
Change by Carlton Gibson : -- nosy: +carltongibson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

<    1   2