Add csv.__version__ (#7357)

This commit is contained in:
Alex Waygood
2022-02-22 18:12:43 +00:00
committed by GitHub
parent 6fc4c14181
commit 22c3cc4d0b
3 changed files with 3 additions and 1 deletions

View File

@@ -65,7 +65,6 @@ configparser.SectionProxy.getboolean
configparser.SectionProxy.getfloat
configparser.SectionProxy.getint
copy.PyStringMap # defined only in Jython
csv.__version__ # Always "1.0". Using this is likely a bug. #6398
# The Dialect properties are initialized as None in Dialect but their values are enforced in _Dialect
csv.Dialect.delimiter
csv.Dialect.doublequote