[Python-modules-commits] r11488 - in packages/pyxdg/trunk/debian (3 files)

pl-guest at users.alioth.debian.org pl-guest at users.alioth.debian.org
Mon Feb 1 13:32:00 UTC 2010


    Date: Monday, February 1, 2010 @ 13:31:55
  Author: pl-guest
Revision: 11488

Add add-IniFile-parse-docstring.patch (closes: #562952).

Added:
  packages/pyxdg/trunk/debian/patches/add-IniFile-parse-docstring.patch
Modified:
  packages/pyxdg/trunk/debian/changelog
  packages/pyxdg/trunk/debian/patches/series

Modified: packages/pyxdg/trunk/debian/changelog
===================================================================
--- packages/pyxdg/trunk/debian/changelog	2010-02-01 10:32:24 UTC (rev 11487)
+++ packages/pyxdg/trunk/debian/changelog	2010-02-01 13:31:55 UTC (rev 11488)
@@ -9,8 +9,9 @@
   * debian/patches:
     + Fix DesktopEntry.py docstring (fix-DesktopEntry-docstring.patch).
     + Fix URLs in README (fix-README.patch).
+    + Add add-IniFile-parse-docstring.patch (closes: #562952).
 
- -- Piotr Lewandowski <piotr.lewandowski at gmail.com>  Fri, 29 Jan 2010 09:14:12 +0000
+ -- Piotr Lewandowski <piotr.lewandowski at gmail.com>  Mon, 01 Feb 2010 13:29:54 +0000
 
 pyxdg (0.18-1) unstable; urgency=low
   

Added: packages/pyxdg/trunk/debian/patches/add-IniFile-parse-docstring.patch
===================================================================
--- packages/pyxdg/trunk/debian/patches/add-IniFile-parse-docstring.patch	                        (rev 0)
+++ packages/pyxdg/trunk/debian/patches/add-IniFile-parse-docstring.patch	2010-02-01 13:31:55 UTC (rev 11488)
@@ -0,0 +1,17 @@
+Author: Piotr Lewandowski <piotr.lewandowski at gmail.com>
+Description: Add documentation for 'headers' argument of IniFile.parse()
+Bug-Debian: http://bugs.debian.org/562952
+Forwarded: yes
+
+--- a/xdg/IniFile.py	2010-01-24 23:39:24.000000000 +0100
++++ b/xdg/IniFile.py	2010-02-01 14:13:33.112588929 +0100
+@@ -23,6 +23,9 @@
+         return cmp(self.content, other.content)
+ 
+     def parse(self, filename, headers=None):
++        '''
++        headers -- list of headers the parser will try to select as a default header
++        '''
+         # for performance reasons
+         content = self.content
+ 

Modified: packages/pyxdg/trunk/debian/patches/series
===================================================================
--- packages/pyxdg/trunk/debian/patches/series	2010-02-01 10:32:24 UTC (rev 11487)
+++ packages/pyxdg/trunk/debian/patches/series	2010-02-01 13:31:55 UTC (rev 11488)
@@ -1,2 +1,3 @@
 fix-DesktopEntry-docstring.patch
 fix-README.patch
+add-IniFile-parse-docstring.patch




More information about the Python-modules-commits mailing list