Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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
Conversation
Doc/library/csv.rst Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
```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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks will update.
There was a problem hiding this 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.
The issues is not only with booleans, and not only with QUOTE_NONNUMERIC. I created other PR#134963. |
@serhiy-storchaka okay I was just resolving the one issue. I'll close this pr. |
Uh oh!
There was an error while loading.Please reload this page.
📚 Documentation preview 📚:https://cpython-previews--134422.org.readthedocs.build/