Skip to content

gh-100335: Use correct default attrs for Dialect - #100336

Open
shoeffner wants to merge 3 commits into
python:mainfrom
shoeffner:csv-dialect-defaults
Open

gh-100335: Use correct default attrs for Dialect #100336
shoeffner wants to merge 3 commits into
python:mainfrom
shoeffner:csv-dialect-defaults

Conversation

@shoeffner

@shoeffner shoeffner commented Dec 18, 2022

Copy link
Copy Markdown

This PR adds the documented default attribute values for csv.Dialect as discussed in gh-100335.

The PR relies on/includes the commit of gh-100333, which should be merged first.

These changes might also resolve gh-68335 and potentially conflict with gh-96842.

@sobolevn sobolevn changed the title gh-100335 Use correct default attrs for Dialect gh-100335: Use correct default attrs for Dialect Dec 21, 2022
@shoeffner
shoeffner force-pushed the csv-dialect-defaults branch from d997c4f to 830add9 Compare June 3, 2024 01:41
@shoeffner
shoeffner force-pushed the csv-dialect-defaults branch from 830add9 to be5cee2 Compare June 3, 2024 01:59
@shoeffner

Copy link
Copy Markdown
Author

I rebased this and #73138 on the main branch. If I should do it again, please let me know. Now the pipelines worked, I don't know why they didn't work last year and never checked.

@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 12, 2026
@shoeffner

Copy link
Copy Markdown
Author

This PR is stale because it has been open for 30 days with no activity.

It was open way longer, but I can rebase it. Just didn't want to make further rebases without some feedback.

@github-actions github-actions Bot removed the stale Stale PR or inactive for long period of time. label May 11, 2026
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.

Dialect class defaults are not documented.

3 participants