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: 118.5% (199/168)**
206
+
**Coverage: 120.4% (201/167)**
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
@@ -225,12 +225,13 @@ All standard library modules are fully documented, including new Python 3.14 mod
225
225
- ✅ `plistlib` - Property list format
226
226
- ✅ `sndhdr` - Sound file format detection
227
227
228
-
### ⊘ Excluded Items (3 - intentionally out of scope)
228
+
### ⊘ Excluded Items (4 - intentionally out of scope)
229
229
230
230
These items appear in audit but are **intentionally not documented** as they are not part of Python's standard library:
231
231
232
232
**Project Scripts** (not stdlib):
233
233
-`audit_documentation` - Project's own audit script
234
+
-`introspect` - Project's introspection script
234
235
235
236
**Third-party Packages** (external, not stdlib):
236
237
-`pip` - External package manager
@@ -536,4 +537,3 @@ A: Tests will fail (`test_minimum_builtin_coverage`, `test_minimum_stdlib_covera
536
537
537
538
**Q: How do I update the audit?**
538
539
A: Run `python scripts/audit_documentation.py` before committing. It regenerates `data/documentation_audit.json`.
0 commit comments