[Python-Dev] Re: From the SC (was Re: Enum -- last call for comments on 3.10 changes)

2021-07-13 Thread Miro Hrončok

On 13. 07. 21 5:21, Ethan Furman wrote:

On 7/11/21 4:00 PM, Miro Hrončok wrote:
 > On 07. 07. 21 3:58, Ethan Furman wrote:

 >> I was unable to revert just the str and repr changes in the time available 
as many of them were
 >> integral to fixes and improvements made to Flag.  As a result the enum in 
3.10 will be the same

 >> as 3.9 (complete module reversion).
 >
 > I see the revert was merged with the "skip news" label. The changelog now 
mentions the original

 > change, but not the revert.
 >
 > Is it possible to mention this retroactively in the 3.10.0b4 changelog, or 
is that frozen now?
 > I think it's important to document this for maintainers of codebases that 
already adapted their

 > code to the new behavior with an if Python version >= 3.10 conditional.

Thanks for bringing that up, a new news entry has been added.


Thank you, Ethan.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok

___
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/XNXJILZGHGSA3LAZSPP67GRNYDDUTCIZ/
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-Dev] Python3 OSF/1 support?

2021-07-13 Thread Jay K
Hi. I have an Alpha/OSF machine up and running.
It is little slow, but it works ok.

I would like to run Python3 on it.

I have it "compiling and working". It was easy enough so far.
  https://github.com/python/cpython/pull/27063

Admitted, I haven't figured out what is happening with the posixsubprocess 
module.

Yes? No? Maybe?

I can possibly provide ongoing "support" (I don't expect it will be much) and a 
buildbot (if really required),
if I can get it working a bit more, if this is approved, etc. I haven't looked 
yet at what buildbot involves.

Thank you,
 - Jay
___
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/NK6ER7SIFQDEZ2W7OANZNGNFPO3FV7HW/
Code of Conduct: http://python.org/psf/codeofconduct/