[Debtorrent-commits] r72 - /debtorrent/branches/http-listen/DebTorrent/download_bt1.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Tue May 29 06:01:31 UTC 2007


Author: camrdale-guest
Date: Tue May 29 06:01:30 2007
New Revision: 72

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=72
Log:
Remove old docstring references to dpkg status stuff.

Modified:
    debtorrent/branches/http-listen/DebTorrent/download_bt1.py

Modified: debtorrent/branches/http-listen/DebTorrent/download_bt1.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/branches/http-listen/DebTorrent/download_bt1.py?rev=72&op=diff
==============================================================================
--- debtorrent/branches/http-listen/DebTorrent/download_bt1.py (original)
+++ debtorrent/branches/http-listen/DebTorrent/download_bt1.py Tue May 29 06:01:30 2007
@@ -367,11 +367,6 @@
         to be used
     @type url: C{string}
     @param url: the URL to download the metainfo file from
-    @type status_to_download: C{int}
-    @param status_to_download: determines which packages to download based on 
-        /var/lib/dpkg/status (0 = disabled [download all or use --priority], 
-        1 = download updated versions of installed packages,
-        2 = download all installed packages)
     @type errorfunc: C{function}
     @param errorfunc: the function to use to print any error messages
     @rtype: C{dictionary}
@@ -442,11 +437,6 @@
         to be used
     @type url: C{string}
     @param url: the URL to download the metainfo file from
-    @type status_to_download: C{int}
-    @param status_to_download: determines which packages to download based on 
-        /var/lib/dpkg/status (0 = disabled [download all or use --priority], 
-        1 = download updated versions of installed packages,
-        2 = download all installed packages)
     @rtype: C{dictionary}
     @return: the metainfo data
     
@@ -573,8 +563,6 @@
     @ivar piece_lengths: the lengths of the pieces
     @type len_pieces: C{int}
     @ivar len_pieces: the number of pieces
-    @type status_priority: C{dictionary}
-    @ivar status_priority: the file priorities from the dpkg/status file
     @type argslistheader: C{string}
     @ivar argslistheader: the header to print before the default config
     @type unpauseflag: C{threading.Event}
@@ -678,9 +666,6 @@
         @param rawserver: the server controlling the program
         @type port: C{int}
         @param port: the port being listened to
-        @type status_priority: C{dictionary}
-        @param status_priority: the file priorities, keys are file names, 
-            values are the priority to use (optional, defaults to download all)
         @type appdataobj: L{ConfigDir.ConfigDir}
         @param appdataobj: the configuration and cache directory manager
         




More information about the Debtorrent-commits mailing list