Python package updated to latest version in Fedora 33. Fixes Issue #424
@churchyard @cstratak can you please check the technical accuracy for the content of this PR ?
The python package
python
The python3 package
python3
Previously, Fedora 32 supported python version 3.8 which is now updated.
Previously, in Fedora 32, python3 was Python version 3.8.
Added merge (|) and update (|=) Union Operators To dict class.
dict
Please mark the operators with appropriate asciidoc symbols (backticks).
The PEG link is probably not leading anywhere.
Also, please make sure to include an updated version of https://pagure.io/fedora-docs/release-notes/issue/503
1 new commit added
Adding SME Reviews
Thanks for the suggestions @churchyard
I have mentioned the "full form (acronym)" writing style, though the syntax was wrong. I have now corrected it.
The instructions are to be followed when the python interpreter is changed from version 3.7 to 3.8 but no python interpreter version is changed in Fedora 33[Python 3.9 - Interpreter 3.8(same as Python 3.8)] but I have added the instructions for the users updating Fedora form version < 31 to Fedora 33.
Let me know if that needs any further changes.
The instructions are to be followed when the python interpreter is changed from version 3.7 to 3.8 but no python interpreter version is changed in Fedora 33...
Yes and this time, we upgraded from Python 3.8 to 3.9.
When you upgrade Fedora from previous versions to Fedora 32 or 33, the main Python interpreter version changes from 3.7 to 3.8.
This is incorrect. In fact, it is:
When you upgrade Fedora from 32 to 33, the main Python interpreter version changes from 3.8 to 3.9. When you upgrade Fedora from 31 to 33, the main Python interpreter version changes from 3.7 to 3.9.
@churchyard ok, as per what you are saying i understand is that Python Interpreter is changed from 3.8 to 3.9 with Python 3.8 to Python 3.9.
But as I am following the wiki page , It says in the User Experience Section that (I quote here) "...the Python 3 interpreter will be in version 3.8. " Which means no python interpreter is changed while updating Python 3.8(Python Interpreter 3.8) to Python 3.9(Python Interpreter 3.8).
Can you please verify this and let me know ?
I've fixed a typo on the wiki page.
addressing interpreter changes
Thanks for the clarification @churchyard
I have made the changes as per the Python Interpreter change.
rebased onto 5789d0b216fd6eb2597c9a83294ed97ae1e0b261
Pull-Request has been merged by pbokoc
Python package updated to latest version in Fedora 33.
Fixes Issue #424