TW

Results 2664 comments of TW

There's a lot else to do first, even if we considered extending the scope to more than "view the logs, start a backup". So, that needs to be done first...

@gvanrossum thanks. i even tried to start with unit tests, but it looked hard to fit in the existing test code. but i'll try again... :-)

@merwok thanks. @gvanrossum first attempt was very elegant / short, but incorrect: - pin pointer was not advanced correctly for naive datetime - code needs 2 different replacement variables for...

Of course I ran the tests locally before pushing (but maybe in an unusual way), so there is this interesting finding (on macOS 12, in case it matters): ``` %...

@gvanrossum yes, i could not find the cause for the strange behaviour yet. Update: Looks like _Fast tests are ok vs _Pure tests are broken. Ah, just found `Lib/datetime.py` is...

That patchcheck automation is not very helpful. It does not show errors, nor line numbers, just recommends to run `make patchcheck` locally, which is broken for me: ``` tw@mba2020 cpython...

BTW, will we have to wait some years for this until 3.12 becomes **minimum requirement** or can this go into older pythons also?

OK, pity. OTOH, even if it were backported, it would only go into 3.11.latest, so would not help if somebody has 3.11.lessthanthat.

pyinstaller might be an option? we successfully use it for borgbackup and Linux, OSX, FreeBSD for a while. not sure about how good it works on native windows.

To get back on topic (maybe the offtopic posts could be removed after being copied to a new issue on the croc tracker): This PR was recently merged: https://github.com/warner/magic-wormhole/pull/298 Maybe...