Brandon wrote:

> I don't see why you can't have a request function which takes a string and
> converts it to the full form.

You can, and I might add one.  Unlike what Travis said, it is possible to
detect what type an object is:

if type(myVar) == type(''):
        print "It's a string"


-- 
Itamar S.T.  itamar at maxnm.com
Fingerprint = D365 7BE8 B81E 2B18 6534  025E D0E7 92DB E441 411C

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to