add alru_cache(), async_= to timed_cache()
This commit is contained in:
parent
c3215c7c8b
commit
ab6dbbade6
3 changed files with 241 additions and 14 deletions
|
|
@ -8,7 +8,7 @@
|
|||
* Automatically handles commit and rollback
|
||||
+ `sqlalchemy_async` also offers `async_query()`
|
||||
+ Changed `sqlalchemy.parent_children()` to use `lazy='selectin'` by default
|
||||
+ Add `timed_cache()`, `TimedDict()`, `none_pass()`, `twocolon_list()`, `quote_css_string()`, `must_be()`
|
||||
+ Add `timed_cache()`, `alru_cache()`, `TimedDict()`, `none_pass()`, `twocolon_list()`, `quote_css_string()`, `must_be()`
|
||||
+ 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()`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue