-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
It's undocumented, that comma is invalid as separator for "b", "o" and "x" integer types #127852
Comments
Same when using format strings. |
Yes: https://docs.python.org/3/reference/lexical_analysis.html#formatted-string-literals
|
Specify that it is valid for floats and ints with 'd' presentation and an error otherwise. Co-authored-by: Terry Jan Reedy <[email protected]> --------- Co-authored-by: Terry Jan Reedy <[email protected]>
Specify that it is valid for floats and ints with 'd' presentation and an error otherwise. Co-authored-by: Terry Jan Reedy <[email protected]> --------- (cherry picked from commit e2325c9) Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Specify that it is valid for floats and ints with 'd' presentation and an error otherwise. Co-authored-by: Terry Jan Reedy <[email protected]> --------- (cherry picked from commit e2325c9) Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Specify that it is valid for floats and ints with 'd' presentation and an error otherwise. --------- (cherry picked from commit e2325c9) Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Specify that it is valid for floats and ints with 'd' presentation and an error otherwise. --------- (cherry picked from commit e2325c9) Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
Specify that it is valid for floats and ints with 'd' presentation and an error otherwise. Co-authored-by: Terry Jan Reedy <[email protected]> --------- Co-authored-by: Terry Jan Reedy <[email protected]>
Linked PRs
The text was updated successfully, but these errors were encountered: