Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84437 Details for
Bug 109739
getbinpkg fails on gtk+
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes getbinpkg.py to work with quoted filenames
unquote.patch (text/plain), 570 bytes, created by
Marko Durkovic
on 2006-04-11 04:56:19 UTC
(
hide
)
Description:
Fixes getbinpkg.py to work with quoted filenames
Filename:
MIME Type:
Creator:
Marko Durkovic
Created:
2006-04-11 04:56:19 UTC
Size:
570 bytes
patch
obsolete
>--- getbinpkg.py.orig 2006-04-11 11:23:57.000000000 +0000 >+++ getbinpkg.py 2006-04-11 11:41:46.000000000 +0000 >@@ -5,7 +5,7 @@ > > > from output import * >-import htmllib,HTMLParser,string,formatter,sys,os,xpak,time,tempfile,base64 >+import htmllib,HTMLParser,string,formatter,sys,os,xpak,time,tempfile,base64,urllib2 > > try: > import cPickle >@@ -69,7 +69,7 @@ > for x in attrs: > if x[0] == 'href': > if x[1] not in self.PL_anchors: >- self.PL_anchors.append(x[1]) >+ self.PL_anchors.append(urllib2.unquote(x[1])) > > > def create_conn(baseurl,conn=None):
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 109739
: 84437