Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-74232: Adds note about csv quoting of booleans#134422

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

aterrel
Copy link

@aterrelaterrel commentedMay 21, 2025
edited by github-actionsbot
Loading

@@ -333,6 +333,9 @@ The :mod:`csv` module defines the following constants:

Instructs:class:`reader` objects to convert all non-quoted fields to type *float*.

```True``` and ```False``` are numeric types in Python so using this option will
Copy link
Contributor

@Yzi-LiYzi-LiMay 25, 2025
edited
Loading

Choose a reason for hiding this comment

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

Suggested change
```True``` and ```False``` are numeric types in Python so using this option will
``True`` and ``False`` are numeric types in Python so using this option will

```True``` is markdown syntax, it should be``True`` in RST documentation.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks will update.

Yzi-Li reacted with thumbs up emoji
@aterrelaterrel requested a review fromYzi-LiMay 31, 2025 02:50
Copy link
Contributor

@Yzi-LiYzi-Li left a comment

Choose a reason for hiding this comment

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

I think@serhiy-storchaka is interested in this.

@serhiy-storchaka
Copy link
Member

The issues is not only with booleans, and not only with QUOTE_NONNUMERIC. I created other PR#134963.

@aterrel
Copy link
Author

@serhiy-storchaka okay I was just resolving the one issue. I'll close this pr.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@Yzi-LiYzi-LiYzi-Li approved these changes

Assignees
No one assigned
Labels
awaiting core reviewdocsDocumentation in the Doc dirskip news
Projects
Status: Todo
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@aterrel@serhiy-storchaka@Yzi-Li

[8]ページ先頭

©2009-2025 Movatter.jp