compat.py is not public API either.

This commit is contained in:
Julian Berman
2014-10-05 22:19:29 -04:00
parent 86844350c8
commit 642c802ca3

View File

@@ -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.