summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-07-23 16:37:13 +0200
committerJulian Andres Klode <jak@debian.org>2010-07-23 16:37:13 +0200
commitd642c9ea22f5705acfcba79493f48293626771c3 (patch)
tree63e129b1dd05eefc9bd8dbe96a59d37c14c6e060 /doc
parentd4982e0e6d4b4fefb55043bb999784f5cfb2b686 (diff)
downloadpython-apt-d642c9ea22f5705acfcba79493f48293626771c3.tar.gz
* python/apt_pkgmodule.cc:
- Bind pkgAcquire::Item::StatTransientNetworkError (Closes: #589010)
Diffstat (limited to 'doc')
-rw-r--r--doc/source/library/apt_pkg.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst
index dd958959..b91790db 100644
--- a/doc/source/library/apt_pkg.rst
+++ b/doc/source/library/apt_pkg.rst
@@ -1381,6 +1381,10 @@ installation.
The item is yet to be fetched.
+ .. attribute:: STAT_TRANSIENT_NETWORK_ERROR
+
+ There was a network error.
+
.. class:: AcquireFile(owner, uri[, md5, size, descr, short_descr, destdir, destfile])