view roundup/anypy/urllib_.py @ 4372:4d2fcbaaf2e5

- update changelog and give credits to reporter
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Fri, 09 Apr 2010 09:50:26 +0000
parents 74476eaac38a
children dfd0bcc947e5
line wrap: on
line source


try:
    from urllib.parse import quote, urlparse
except:
    from urllib import quote
    from urlparse import urlparse

Roundup Issue Tracker: http://roundup-tracker.org/