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 0c2261c commit 9e70f3bCopy full SHA for 9e70f3b
CHANGES.txt
@@ -16,9 +16,12 @@ Roundup 2.4.0 is the last release to support Python 2.
16
2025-XX-XX 2.5.0
17
18
Fixed:
19
-- issue2551343 - Remove support for PySQLite. It is unmaintained and
20
- sqlite3 is used which is the default for a Python distribution.
21
- (John Rouillard)
+- issue2551343 - Remove support for PySQLite. It is unmaintained
+ and sqlite3 is used which is the default for a Python
+ distribution. (John Rouillard)
22
+- replace use of os.listdir with os.scandir. Performance
23
+ improvement. Using with Python 2 requires 'pip install
24
+ scandir'. (John Rouillard)
25
26
Features:
27
0 commit comments