Skip to content

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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shoeffner
Copy link

@shoeffner shoeffner commented Dec 18, 2022

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
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.

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.
2 participants