/[straw]/straw/src/lib/Feed.py
ViewVC logotype

Diff of /straw/src/lib/Feed.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by jmalonzo, Tue Oct 28 10:59:52 2003 UTC revision 1.33 by juri, Tue Oct 28 21:17:29 2003 UTC
# Line 176  class Feed(object, straw.SignalEmitter): Line 176  class Feed(object, straw.SignalEmitter):
176          return          return
177    
178      def complete_url(self, url):      def complete_url(self, url):
179          url = urllib.quote(url, safe="/,:")          url = urllib.quote(url, safe="/,:?=&#")
180          if urlparse.urlparse(url)[0] == '':          if urlparse.urlparse(url)[0] == '':
181              return urlparse.urljoin(self._location, url)              return urlparse.urljoin(self._location, url)
182          else:          else:

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26