We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccaac0 commit 36fc9d9Copy full SHA for 36fc9d9
Doc/whatsnew/3.15.rst
@@ -218,13 +218,6 @@ New modules
218
Improved modules
219
================
220
221
-csv
222
----
223
-
224
-* The :meth:`csv.Sniffer.sniff` delimiter detection has been optimized,
225
- and is now up to 1.5x faster.
226
- (Contributed by Maurycy Pawłowski-Wieroński in :gh:`137628`.)
227
228
dbm
229
---
230
@@ -405,11 +398,12 @@ zlib
405
398
Optimizations
406
399
=============
407
400
408
-module_name
409
------------
410
411
-* TODO
401
+csv
402
+---
412
403
404
+* The :meth:`csv.Sniffer.sniff` delimiter detection has been optimized,
+ and is now up to 1.5x faster.
+ (Contributed by Maurycy Pawłowski-Wieroński in :gh:`137628`.)
413
414
415
Deprecated
0 commit comments