En Wed, 09 Jun 2010 05:03:36 -0300, madhuri vio <madhuri....@gmail.com> escribió:

url[, data[, timeout])

in this format of passing arguments i dint understand d syntax...d comma is
coming immediately after the bracket...dint get it..

Those square brackets are not "real" brackets, you're not supposed to actually include them. They indicate an optional section, e.g., given this description:

FTP.connect(host[, port[, timeout]])

you may invoke the method as:

connect(host)
connect(host, port)
connect(host, port, timeout)

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list
  • sir madhuri vio
    • sir madhuri vio
      • Re: sir Gabriel Genellina
    • sir madhuri vio
    • sir madhuri vio

Reply via email to