Fredrik Lundh <[EMAIL PROTECTED]> wrote:
>>>> urllib.quote
><function quote at 0x00F430F0>
>>>> urllib2.quote
><function quote at 0x00F430F0>

>>> urllib.quote
<function quote at 0x41cb9d84>
>>> urllib2.quote
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'quote'
>>> sys.version
'2.4.1 (#2, May  5 2005, 11:32:06) \n[GCC 3.3.5 (Debian 1:3.3.5-12)]'

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
  ___  |  "Frankly I have no feelings towards penguins one way or the other"
  \X/  |    -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to