10000 restore csv.py to python 3.12 · RustPython/RustPython@bf1a606 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf1a606

Browse files
committed
restore csv.py to python 3.12
1 parent d013ffd commit bf1a606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/csv.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import re
77
import types
88
from _csv import Error, __version__, writer, reader, register_dialect, \
9-
get_dialect, unregister_dialect, list_dialects, field_size_limit, \
9+
unregister_dialect, get_dialect, list_dialects, \
10+
field_size_limit, \
1011
QUOTE_MINIMAL, QUOTE_ALL, QUOTE_NONNUMERIC, QUOTE_NONE, \
1112
QUOTE_STRINGS, QUOTE_NOTNULL, \
1213
__doc__

0 commit comments

Comments
 (0)
0