Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add punning - Future PEP example #111423

Closed
wants to merge 1 commit into from

Conversation

joshuabambrick
Copy link

@joshuabambrick joshuabambrick commented Oct 28, 2023

This is a draft PR illustrating the impact of the python syntactic sugar proposed in https://discuss.python.org/t/syntactic-sugar-to-encourage-use-of-named-arguments/36217/41 (PEP incoming)

This is purely for illustrative purposes and should not be merged.

We here illustrate the impact of using the proposed syntactic sugar in all cases where it is applicable. In practice, as with any other language feature, the programmer should be judicious about whether using this feature improves their code based on the context. We do not advocate for enforcing a rule of using this feature in all cases where it may be applicable.


馃摎 Documentation preview 馃摎: https://cpython-previews--111423.org.readthedocs.build/

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Oct 28, 2023

The following commit authors need to sign the Contributor License Agreement:

Click the button to sign:
CLA not signed

@bedevere-app
Copy link

bedevere-app bot commented Oct 28, 2023

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@hugovk hugovk added DO-NOT-MERGE pending The issue will be closed if no feedback is provided labels Oct 28, 2023
@bedevere-app
Copy link

bedevere-app bot commented Oct 28, 2023

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@willingc willingc changed the title Add punning Add punning - Future PEP example Oct 28, 2023
@erlend-aasland
Copy link
Contributor

Closing this, as the discussion has died down. If you write a PEP, I suggest linking instead to the proposed implementation by creating a PR against your own CPython fork.

@erlend-aasland erlend-aasland removed the pending The issue will be closed if no feedback is provided label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants