Updated for py3k final for any still interested.
Fixed a few annoyances also.

It should work correctly on Python 2.x as well... Here's the offending
code;
if int(platform.python_version()[0]) >= 3:
    import urllib.request as url
else:
    import urllib as url

Let me know if there's a better way of doing it..

http://docs.google.com/View?docid=dgsp7w2t_1ggbskpdz

have a nice day,
-vk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to