Commit 1c15e9f
TODO_DEFERRED: split the
Documenting that `from unpythonic import env` hands back the module is
non-breaking and can land any time. Re-exporting the class so it hands back the
class is not: it changes what an existing import returns, so it belongs in
3.0.0, bundled with the rest of the API-breakage debt.
Also records how to find that debt rather than re-deriving it: the convention is
an in-source `TODO(3.0.0)` marker plus an item here, so `grep -rn "TODO(3.0.0)"`
is the inventory. Today it finds one, which is likely an undercount — a marker
exists only where someone thought to leave one.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>env re-export into a doc fix and a 3.0.0 fix1 parent b19e711 commit 1c15e9f
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
129 | 138 | | |
130 | 139 | | |
131 | 140 | | |
| |||
0 commit comments