Skip to content

Commit 9e70f3b

Browse files
committed
chore: update CHANGES.txt for listdir - scandir change.
Also make line length to 65.
1 parent 0c2261c commit 9e70f3b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGES.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ Roundup 2.4.0 is the last release to support Python 2.
1616
2025-XX-XX 2.5.0
1717

1818
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)
19+
- issue2551343 - Remove support for PySQLite. It is unmaintained
20+
and sqlite3 is used which is the default for a Python
21+
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)
2225

2326
Features:
2427

0 commit comments

Comments
 (0)