[Python-Dev] Re: [RELEASE] The cursed fourth Python 3.11 beta (3.11.0b4) is available
Does anyone have the ear of someone at github? It would make testing this beta much easier if they would merge the PR to allow installing 3.11.b4 in github actions: https://github.com/actions/python-versions/pull/177 Samuel Also the GH bot is using DD/MM/ date format :-( whyy? -- Samuel Colvin 07801160713 On Mon, 11 Jul 2022 at 20:32, Pablo Galindo Salgado wrote: > BSD-style checksum format hashes for the release artefacts: > > SHA256 (python-3.11.0b4-embed-arm64.zip) = > 272c6bb4948c597f6578f64c2b15a70466c5dfb49f9b84dba57a84e59e7bd4ef > SHA256 (python-3.11.0b4-amd64.exe) = > a3514b0401e6a85416f3e080586c86ccd9e2e62c8a54b9119d9e6415e3cadb62 > SHA256 (python-3.11.0b4-macos11.pkg) = > 860647775d4e6cd1a8d71412233df5dbe3aa2886fc16d82a59ab2f625464f2d7 > SHA256 (python-3.11.0b4-embed-win32.zip) = > 36b81da7986f8d59be61adb452681dbd3257ebb90bd89092b2fbbd9356e06425 > SHA256 (python-3.11.0b4-arm64.exe) = > ad0d1429682ba1edc0c0cf87f68a3d1319b887b715da70a91db41d02be4997a4 > SHA256 (python-3.11.0b4-embed-amd64.zip) = > 66e6bb44c36da36ecc1de64efdb92f52ba3a19221dba2a89e22e39f715bd205b > SHA256 (Python-3.11.0b4.tar.xz) = > 1d93b611607903e080417c1a9567f5fbbf5124cc5c86f4afbba1c8fd34c5f6fb > SHA256 (python-3.11.0b4.exe) = > 6febc152711840337f53e2fd5dc12bb2b1314766f591129282fd372c855fa877 > SHA256 (Python-3.11.0b4.tgz) = > 257e753db2294794fa8dec072c228f3f53fd541a303de9418854b3c2512ccbec > ___ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/NOBNKLWKMJAHGLV6GVNITUBJ7OFJLIXY/ > Code of Conduct: http://python.org/psf/codeofconduct/ > ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/QSB57XVNQ7F366ADCOZEAVSMC4TQALHW/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: 3.11 enhanced error location - can it be smarter?
On 7/12/22 00:11, John Belmonte wrote: > On 1/18/22 10:43 AM, Mats Wichmann wrote: > >> A thought - how about omitting the underline line if the >> to-be-underlined part would be the whole line? > > I wasn't aware of this thread, but that's exactly what I implemented for > 3.11.0b4. > > About this thread-- I understand debating solutions, but there was at > least an agreement here about the problem. For visibility, it would > have been better to open an issue than let the topic drop. (When filing > the issue, I was wondering "how can I be alone thinking this is a > problem?"-- then was surprised to see the support come out for the change.) > > Regards, > --John Just noticed this change had been made - thanks for taking care of it!!! ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/73YP4RS4QOJXUS63BQZVLTQHK3OP3L3H/ Code of Conduct: http://python.org/psf/codeofconduct/