FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes by serhiy-storchaka · Pull Request #133241 · python/cpython · GitHub

/ cpython Public

gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes - #133241

Merged
serhiy-storchaka merged 2 commits into
python:mainfrom
serhiy-storchaka:csv-error-messages
Jun 2, 2025
Merged

gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes#133241
serhiy-storchaka merged 2 commits into
python:mainfrom
serhiy-storchaka:csv-error-messages

Conversation

serhiy-storchaka commented May 1, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Make them similar to PyArg_Parse error messages, mention None as a possible value, show a wrong type and the string length.

…s of csv.Dialect attributes

Make them similar to PyArg_Parse error messages, mention None as
a possible value, show a wrong type and the string length.

aterrel left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

definitely a lot clearer than before.

serhiy-storchaka added the needs backport to 3.14 bugs and security fixes label May 21, 2025
serhiy-storchaka merged commit df98a47 into python:main Jun 2, 2025

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

serhiy-storchaka deleted the csv-error-messages branch June 2, 2025 20:35
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 2, 2025
…s of csv.Dialog attributes (pythonGH-133241)

Make them similar to PyArg_Parse error messages, mention None as
a possible value, show a wrong type and the string length.
(cherry picked from commit df98a47)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

bedevere-app Bot commented Jun 2, 2025

Copy link
Copy Markdown

GH-135050 is a backport of this pull request to the 3.14 branch.

bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jun 2, 2025
serhiy-storchaka added a commit that referenced this pull request Jun 2, 2025
…es of csv.Dialog attributes (GH-133241) (GH-135050)

Make them similar to PyArg_Parse error messages, mention None as
a possible value, show a wrong type and the string length.
(cherry picked from commit df98a47)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
…s of csv.Dialog attributes (pythonGH-133241)

Make them similar to PyArg_Parse error messages, mention None as
a possible value, show a wrong type and the string length.
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
…s of csv.Dialog attributes (pythonGH-133241)

Make them similar to PyArg_Parse error messages, mention None as
a possible value, show a wrong type and the string length.
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request Aug 19, 2025
…s of csv.Dialog attributes (pythonGH-133241)

Make them similar to PyArg_Parse error messages, mention None as
a possible value, show a wrong type and the string length.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL