Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 301421 Details for
Bug 401771
gnome-extra/zeitgeist-0.8.2 fails with dev-python/rdflib-3.2.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
zeitgeist-0.8.2-rdflib-3.2.patch
zeitgeist-0.8.2-rdflib-3.2.patch (text/plain), 725 bytes, created by
Arfrever Frehtes Taifersar Arahesis
on 2012-02-09 20:23:39 UTC
(
hide
)
Description:
zeitgeist-0.8.2-rdflib-3.2.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2012-02-09 20:23:39 UTC
Size:
725 bytes
patch
obsolete
>--- extra/PythonSerializer.py >+++ extra/PythonSerializer.py >@@ -84,10 +84,10 @@ > {str(NIENS["InformationElement"]): "Interpretation", str(NIENS["DataObject"]): "Manifestation"}) > assert root_type > #TODO: displayname, how are translation handled? on trig level or on python level? >- stream.write( >- "Symbol('%s', parent=%r, uri='%s', display_name='%s', doc='%s', auto_resolve=False)\n" %(name, >- root_type, symbol, display_name, doc) >- ) >+ string = "Symbol('%s', parent=%r, uri='%s', display_name='%s', doc='%s', auto_resolve=False)\n" %(name, >+ root_type, symbol, display_name, doc) >+ string = string.encode() >+ stream.write(string) > > > def serialize(self, stream, base=None, encoding=None, **args):
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 401771
:
300611
| 301421