public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/mftrace/files: mftrace-1.2.13-python-2.6.patch
@ 2009-08-19 18:33 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-08-19 18:33 UTC (permalink / raw
  To: gentoo-commits

patrick     09/08/19 18:33:54

  Added:                mftrace-1.2.13-python-2.6.patch
  Log:
  Py 2.6 fix, closes #279997. Thanks to David Leverton.
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/mftrace/files/mftrace-1.2.13-python-2.6.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mftrace/files/mftrace-1.2.13-python-2.6.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mftrace/files/mftrace-1.2.13-python-2.6.patch?rev=1.1&content-type=text/plain

Index: mftrace-1.2.13-python-2.6.patch
===================================================================
--- mftrace-1.2.13/mftrace.py~	2009-08-02 07:19:04.000000000 +0100
+++ mftrace-1.2.13/mftrace.py	2009-08-02 07:19:06.000000000 +0100
@@ -326,11 +326,11 @@
 
     return (name, cods)
 
-def zip_to_pairs (as):
+def zip_to_pairs (xs):
     r = []
-    while as:
-        r.append ((as[0], as[1]))
-        as = as[2:]
+    while xs:
+        r.append ((xs[0], xs[1]))
+        xs = xs[2:]
     return r
 
 def unzip_pairs (tups):






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/mftrace/files: mftrace-1.2.13-python-2.6.patch
@ 2012-03-25  7:42 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-03-25  7:42 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/03/25 07:42:25

  Removed:              mftrace-1.2.13-python-2.6.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-25  7:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25  7:42 [gentoo-commits] gentoo-x86 commit in app-text/mftrace/files: mftrace-1.2.13-python-2.6.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-19 18:33 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox