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: 128.7% (215/167)**
206
+
**Coverage: 129.4% (211/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
@@ -226,9 +226,9 @@ All standard library modules are fully documented, including new Python 3.14 mod
226
226
- ✅ `sndhdr` - Sound file format detection
227
227
- ✅ `select` - I/O multiplexing
228
228
229
-
### ⊘ Excluded Items (4 - intentionally out of scope)
229
+
### ⊘ Excluded Items (8 - intentionally out of scope)
230
230
231
-
These items appear in audit but are **intentionally not documented**as they are not part of Python's standard library:
231
+
These items are **intentionally not documented**and excluded from coverage calculations:
232
232
233
233
**Project Scripts** (not stdlib):
234
234
-`audit_documentation` - Project's own audit script
@@ -237,6 +237,12 @@ These items appear in audit but are **intentionally not documented** as they are
237
237
**Third-party Packages** (external, not stdlib):
238
238
-`pip` - External package manager
239
239
240
+
**Internal (non-public) stdlib modules**:
241
+
-`pydoc_data` - Internal pydoc data
242
+
-`sre_compile` - Internal regex compiler
243
+
-`sre_constants` - Internal regex constants
244
+
-`sre_parse` - Internal regex parser
245
+
240
246
**Case Sensitivity**:
241
247
-`cProfile` - Already documented as `cprofile.md`
242
248
@@ -306,9 +312,9 @@ All file and I/O modules now documented:
306
312
- ✅ `shutil` - High-level file operations
307
313
- ✅ `tempfile` - Temporary files
308
314
309
-
### ✅ ALL MODULES COMPLETE (215/215)
315
+
### ✅ ALL MODULES COMPLETE (211/211)
310
316
311
-
All 112 previously undocumented stdlib modules have been added:
317
+
All 108 previously undocumented stdlib modules have been added:
312
318
313
319
**Utilities & System (22)**
314
320
- ✅ `ast` - Abstract syntax trees
@@ -376,7 +382,7 @@ All 112 previously undocumented stdlib modules have been added:
376
382
**Memory Mapping (1)**
377
383
- ✅ `mmap` - Memory-mapped file access
378
384
379
-
**Parsing & Compilation (13)**
385
+
**Parsing & Compilation (10)**
380
386
- ✅ `codeop` - Compile Python source
381
387
- ✅ `code` - Code evaluation
382
388
- ✅ `py_compile` - Compilation
@@ -385,9 +391,6 @@ All 112 previously undocumented stdlib modules have been added:
0 commit comments