devguide
devguide copied to clipboard
The Python developer's guide
### Describe the enhancement or feature you would like Adding some tips for native and non-native English speakers would contributors and reviewers to be successful. This came out of a...
### Describe the enhancement or feature you would like Members of the core team can get an email address on the python.org domain. Link to https://www.python.org/psf/records/board/policies/email/ ### Describe alternatives you...
### Describe the enhancement or feature you would like This came out of a discussion on Discord https://discord.com/channels/854719841091715092/867922302996734073/1296024336490037269 and recent PRs that typo fix the whole codebase. The goal of...
### Describe the bug Maybe I missed it somewhere, but I couldn't find a clear description of how to accept a pull request. Squash instead of merge, right? And when...
NIS optional module build seems to fail if libnsl is missing. Installing libnsl-dev on Ubuntu/Debian or libnsl2-devel on Fedora based distros fixes the dependency issue. ---- 📚 Documentation preview 📚:...
---- 📚 Documentation preview 📚: https://cpython-devguide--1379.org.readthedocs.build/
**Describe the enhancement or feature you'd like** Document the workflow on how to deprecate something in CPython. Deprecating something in Python involves raising deprecation warning and then actually removing the...
> Note: This repo is for the Python devguide. If you are requesting an enhancement for the Python language or CPython interpreter, then the CPython issue tracker is better suited...
Dear Maintainers, I am Ayappan from IBM [AIX Toolbox](https://www.ibm.com/support/pages/aix-toolbox-open-source-software-downloads-alpha) team. I have been maintaining Python for AIX in recent times. Can my id "ayappanec" also be added under the AIX...
I noticed a TODO in the setup-building.rst page. ``` .. TODO: add docker instructions ``` Are we still planning to complete this? If not, can we remove it? Action items:...