summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2018-11-11 15:23:50 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2018-11-11 15:23:50 +0100
commitb80027a0c8dcaa6dbd32a2198aa6b7a4bc8eea4b (patch)
treeb9c17c16d73004571cf1fd1ae569d4866da737ff /doc
parent35068aefb363f77b7a4a759f2e6924da0a7537b0 (diff)
parent16d1682e58c897a72527f746fb9a9ab6e5ce6a20 (diff)
Merge branch 'bam/security-tracker-use_pythons_namedtuple'
Diffstat (limited to 'doc')
-rw-r--r--doc/python-format.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/python-format.txt b/doc/python-format.txt
index 2650f7e259..ef6711fc8b 100644
--- a/doc/python-format.txt
+++ b/doc/python-format.txt
@@ -3,8 +3,7 @@ NOTE: THIS DOES NOT DESCRIBE THE CURRENT IMPLEMENTATION
# Layout of major internal data structures
Most data structures use named tuples, as provided by
-xcollections.namedtuples (they are not available in Python 2.5, but
-the implementation from Python 2.6 works on Python 2.5, too).
+collections.namedtuples.
Due to the way unpickling works, you need to import the "parsers"
package.

© 2014-2024 Faster IT GmbH | imprint | privacy policy