Released: 2026-03-16. Diff.
Version rationale: patch for additive Python expansion plus follow-up correctness fixes in existing cross-language helpers without import-model or runtime floor changes.
Expansion
- Added
python/difflib/ndiff, bringing a fullDiffer-style delta with intraline?hint lines to the Python surface. - Cleared the final explicit
wantedentry from the upstream-surface inventory, so future expansion work can move from the hand-picked wishlist into broader untriaged inventory triage.
Fixes
- Fixed
lua/string/gsubcharacter-class and escaped-handling so mixed Lua classes translate reliably to JS regexes across the recently added wishlist surface. - Fixed
elixir/String/replaceempty-string replacement semantics soreplace("", "", replacement)returns the replacement once instead of duplicating it.