You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: Coverage exceeds 100% because comprehensive documentation files (like `exceptions.md`) cover multiple individual items, and we document deprecated/removed modules for historical reference.
12
12
@@ -203,7 +203,7 @@ Complete coverage of all built-in functions, types, exceptions, and constants:
203
203
204
204
## Standard Library Modules
205
205
206
-
**Coverage: 129.4% (211/163)**
206
+
**Coverage: 130.1% (212/163)**
207
207
208
208
All standard library modules are fully documented, including new Python 3.14 modules. Coverage exceeds 100% due to documentation of deprecated/removed modules for historical reference.
209
209
@@ -312,11 +312,11 @@ All file and I/O modules now documented:
312
312
- ✅ `shutil` - High-level file operations
313
313
- ✅ `tempfile` - Temporary files
314
314
315
-
### ✅ ALL MODULES COMPLETE (211/211)
315
+
### ✅ ALL MODULES COMPLETE (212/212)
316
316
317
317
All 108 previously undocumented stdlib modules have been added:
318
318
319
-
**Utilities & System (22)**
319
+
**Utilities & System (23)**
320
320
- ✅ `ast` - Abstract syntax trees
321
321
- ✅ `dis` - Disassembler for bytecode
322
322
- ✅ `doctest` - Testing via docstrings
@@ -338,6 +338,7 @@ All 108 previously undocumented stdlib modules have been added:
0 commit comments