Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233205 Details for
Bug 321761
dev-db/desktopcouch-0.6.4 breaks net-misc/gwibber
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ubuntu patch to expose some private attribs relied upon by gwibber.
desktopcouch-0.6.4-fix-gwibber-attribs.patch (text/plain), 779 bytes, created by
Ryan May
on 2010-05-28 04:04:48 UTC
(
hide
)
Description:
Ubuntu patch to expose some private attribs relied upon by gwibber.
Filename:
MIME Type:
Creator:
Ryan May
Created:
2010-05-28 04:04:48 UTC
Size:
779 bytes
patch
obsolete
>=== modified file 'desktopcouch/records/record.py' >--- old/desktopcouch/records/record.py 2010-03-18 19:12:33 +0000 >+++ new/desktopcouch/records/record.py 2010-04-08 16:06:20 +0000 >@@ -218,7 +218,18 @@ > self[key] = val > > def items(self): >- """Return all items.""" >+ """Return all items, even private or internal ones.""" >+ return self.all_items() >+ >+ def all_items(self): >+ """Return all items, even private or internal ones.""" >+ data = [] >+ for key, value in self._data.items(): >+ data.append((key, value)) >+ return data >+ >+ def public_items(self): >+ """Return items that are NOT internal or private structures.""" > return [(key, self[key]) for key in self] > > def keys(self):
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 321761
: 233205