summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-02-07 20:35:25 +0000
committerfuzzyman <devnull@localhost>2010-02-07 20:35:25 +0000
commitd7fe22989fa1e6682e3bbe68ee8ea213b75b13ef (patch)
treeaef912ea33949c0ba3ba5a18f9eb11ba6296560d
parent62ea0789cd22e9e38a9f1b10cfc1003dca296d8c (diff)
downloadconfigobj-d7fe22989fa1e6682e3bbe68ee8ea213b75b13ef.tar.gz
Minor documentation update.
-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.