changeset 722:ea1a6beadc6c

Docs
author Franz Glasner <f.glasner@feldmann-mg.com>
date Wed, 16 Aug 2023 16:28:42 +0200
parents a8bcb22341cd
children c17a4e30ebbf
files configmix/config.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/config.py	Wed Aug 16 16:15:58 2023 +0200
+++ b/configmix/config.py	Wed Aug 16 16:28:42 2023 +0200
@@ -831,7 +831,9 @@
         """Internal variant of :meth:`~.getvar_s` that returns some information
         whether caching of interpolated values is allowed
 
-        Caching is currently not allowed when namespaces are used.
+        Caching is currently not allowed when namespaces are used --
+        as their implementations may not be deeterministic (or
+        ``immutable`` in the sense of PostgreSQL).
 
         Currently used by :meth:`~.interpolate_variables`.