add twocolon_list()

This commit is contained in:
Yusur 2025-07-30 20:19:31 +02:00
parent 18b31c9889
commit 2c52f9b561
3 changed files with 15 additions and 5 deletions

View file

@ -4,7 +4,7 @@
+ `sqlalchemy`: add `unbound_fk()`, `bound_fk()`
+ Add `sqlalchemy_async` module with `SQLAlchemy()`
+ Add `timed_cache()`, `TimedDict()`, `none_pass`
+ Add `timed_cache()`, `TimedDict()`, `none_pass()`, `twocolon_list()`
+ Add module `calendar` with `want_*` date type conversion utilities and `age_and_days()`
+ Move obsolete stuff to `obsolete` package (includes configparse 0.3 as of now)
+ Add `redact` module with `redact_url_password()`