summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/configobj.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 7328a23..4801f62 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2911,7 +2911,8 @@ Footnotes
# not attributes/comments
config2 = ConfigObj(config1)
- The order of values and sections will not be preserved, though.
+ Since ConfigObj 4.7.0 the order of members and sections will be
+ preserved when copying a ConfigObj instance.
.. [#] Other than lists of strings.