Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 421061 Details for
Bug 600036
FTBFS python-lxml-2.2.6-1.fc14
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch the various "from itertools import *"
lxml-2.2.6-fix2to3.patch (text/plain), 1.85 KB, created by
Dave Malcolm
on 2010-06-03 22:59:09 UTC
(
hide
)
Description:
Patch the various "from itertools import *"
Filename:
MIME Type:
Creator:
Dave Malcolm
Created:
2010-06-03 22:59:09 UTC
Size:
1.85 KB
patch
obsolete
>diff -up lxml-2.2.6/benchmark/benchbase.py.fix2to3 lxml-2.2.6/benchmark/benchbase.py >--- lxml-2.2.6/benchmark/benchbase.py.fix2to3 2010-06-03 18:35:16.239150040 -0400 >+++ lxml-2.2.6/benchmark/benchbase.py 2010-06-03 18:37:53.925022112 -0400 >@@ -1,5 +1,5 @@ > import sys, re, string, time, copy, gc >-from itertools import * >+from itertools import chain, imap, izip > from StringIO import StringIO > import time > >diff -up lxml-2.2.6/benchmark/bench_etree.py.fix2to3 lxml-2.2.6/benchmark/bench_etree.py >--- lxml-2.2.6/benchmark/bench_etree.py.fix2to3 2009-09-11 04:56:00.000000000 -0400 >+++ lxml-2.2.6/benchmark/bench_etree.py 2010-06-03 18:34:50.337020940 -0400 >@@ -1,5 +1,5 @@ > import sys, copy >-from itertools import * >+from itertools import islice, repeat > from StringIO import StringIO > > import benchbase >diff -up lxml-2.2.6/benchmark/bench_objectify.py.fix2to3 lxml-2.2.6/benchmark/bench_objectify.py >--- lxml-2.2.6/benchmark/bench_objectify.py.fix2to3 2009-09-11 04:56:00.000000000 -0400 >+++ lxml-2.2.6/benchmark/bench_objectify.py 2010-06-03 18:34:50.337020940 -0400 >@@ -1,5 +1,4 @@ > import sys, copy >-from itertools import * > from StringIO import StringIO > > import benchbase >diff -up lxml-2.2.6/benchmark/bench_xpath.py.fix2to3 lxml-2.2.6/benchmark/bench_xpath.py >--- lxml-2.2.6/benchmark/bench_xpath.py.fix2to3 2009-09-11 04:56:00.000000000 -0400 >+++ lxml-2.2.6/benchmark/bench_xpath.py 2010-06-03 18:34:50.337020940 -0400 >@@ -1,5 +1,4 @@ > import sys, copy >-from itertools import * > from StringIO import StringIO > > import benchbase >diff -up lxml-2.2.6/benchmark/bench_xslt.py.fix2to3 lxml-2.2.6/benchmark/bench_xslt.py >--- lxml-2.2.6/benchmark/bench_xslt.py.fix2to3 2009-09-11 04:56:00.000000000 -0400 >+++ lxml-2.2.6/benchmark/bench_xslt.py 2010-06-03 18:34:50.338022611 -0400 >@@ -1,5 +1,4 @@ > import sys, copy >-from itertools import * > from StringIO import StringIO > > import benchbase
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 600036
:
421019
|
421020
|
421021
|
421022
|
421023
|
421024
|
421061