Re: Another mass update: PR #3367

2023-06-09 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Freitag, 9. Juni 2023 um 20:04:31 UTC+2: PR #3367 imports Callable from collections.abc instead of typing. typing.Callable is deprecated, but is not presently scheduled for removal. Nevertheless I

Re: Another mass update: PR #3367

2023-06-09 Thread Thomas Passin
Leo loaded using Python 3.11 on Windows. So that's good. On Friday, June 9, 2023 at 2:04:31 PM UTC-4 Edward K. Ream wrote: > PR #3367 imports > Callable from collections.abc instead of typing. typing.Callable is > deprecated, but is not

Another mass update: PR #3367

2023-06-09 Thread Edward K. Ream
PR #3367 imports Callable from collections.abc instead of typing. typing.Callable is deprecated, but is not presently scheduled for removal. Nevertheless I thought it best to do the replacement. To my knowledge no further changes to Leo's

Re: @auto-ms does not get along with Leo's clones

2023-06-09 Thread Thomas Passin
You might try ```shell too. On Wednesday, June 7, 2023 at 5:58:24 AM UTC-4 p.os...@datec.at wrote: > Hm, for now it seems a wrong ```-clause (markdown) being the reason for > all the hassle: Replaced all ```bash by ```sh. I'll see if this holds for > clones as well (have to intro them again).

PR #3365 merged into devel

2023-06-09 Thread Edward K. Ream
PR #3365 is a mass update of Leo's code base that simplifies annotations. I've tested the code with both Python 3.9 and 3.10. Please report any problems. Edward -- You received this message because you are subscribed to the Google Groups