diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-14 11:33:08 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-14 11:33:08 +0000 |
| commit | 930a86c7f1db91a3f3860b43daf41b458430a22f (patch) | |
| tree | a31de3955466ad93564d16279abb3d0834821d75 /docs/dev | |
| parent | bd028e4779f30a0735756637ed348f16ecf15fa3 (diff) | |
| download | docutils-930a86c7f1db91a3f3860b43daf41b458430a22f.tar.gz | |
Mark the "Backwards Compatibility Policy" as stub.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8951 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/policies.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/dev/policies.txt b/docs/dev/policies.txt index 2d2309749..d12bf9bd3 100644 --- a/docs/dev/policies.txt +++ b/docs/dev/policies.txt @@ -484,10 +484,7 @@ Policy History Backwards Compatibility Policy ============================== -.. note:: The backwards compatibility policy outlined below is a draft, - open to discussion in the `Docutils-develop mailing list`_. - - If accepted, it will become effective with Docutils version 1.0. +.. note:: The backwards compatibility policy outlined below is a stub. Docutils' backwards compatibility policy follows the rules for Python in :PEP:`387`. @@ -508,8 +505,6 @@ Changes that may affect end-users (e.g. by requiring changes to the configuration file or potentially breaking custom style sheets) should be announced with a FutureWarning_. -.. _Docutils-develop mailing list: - http://lists.sourceforge.net/lists/listinfo/docutils-develop .. _backwards compatibility rules: https://www.python.org/dev/peps/pep-0387/#backwards-compatibility-rules .. _making incompatible changes: |
