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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] Document func parameter of locale.atof (GH-18183) #32261

Merged
merged 1 commit into from Apr 2, 2022

Conversation

Copy link
Member

@JelleZijlstra JelleZijlstra commented Apr 2, 2022

The second parameter (named func) has been present since the locale
module was introduced in eef1d4e, but has never been documented.

This commit updates the documentation for locale.atof to clarify the
behavior of the function and how the func parameter is used.

Signed-off-by: Kevin Locke kevin@kevinlocke.name.
(cherry picked from commit 208da6d)

Co-authored-by: Kevin Locke kevin@kevinlocke.name

The second parameter (named `func`) has been present since the `locale`
module was introduced in eef1d4e, but has never been documented.

This commit updates the documentation for `locale.atof` to clarify the
behavior of the function and how the `func` parameter is used.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>.
(cherry picked from commit 208da6d)

Co-authored-by: Kevin Locke <kevin@kevinlocke.name>
@JelleZijlstra JelleZijlstra self-assigned this Apr 2, 2022
@JelleZijlstra JelleZijlstra merged commit 62da258 into python:3.9 Apr 2, 2022
12 checks passed
@JelleZijlstra JelleZijlstra deleted the backport-208da6d-3.9 branch Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants