From 642c802ca32042eb97bbefcb096dc1a040da7a22 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 5 Oct 2014 22:19:29 -0400 Subject: [PATCH] compat.py is not public API either. --- docs/faq.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 0a8cb69..4c1035f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -96,8 +96,10 @@ The following are *not* considered public API and may change without notice: * the order in which validation errors are returned or raised + * the ``compat.py`` module, which is for internal compatibility use + * anything marked private -With the exception of the last of those, flippant changes are avoided, but +With the exception of the last two of those, flippant changes are avoided, but changes can and will be made if there is improvement to be had. Feel free to open an issue ticket if there is a specific issue or question worth raising.