Ticket #11 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

one cannot check if urllib can make requests or not

Reported by: Jan-Klaas Kollhof Assigned to: Jan-Klaas Kollhof
Priority: normal Milestone:
Component: jsolait-core Version: 2.0
Severity: normal Keywords:
Cc:

Description

urllib should expose a functionality to check wether or not it is possible to make requests without actually makign a request.

Change History

01/24/06 14:10:32 changed by Jan-Klaas Kollhof

  • status changed from new to assigned.

01/27/06 12:01:57 changed by Jan-Klaas Kollhof

  • status changed from assigned to closed.
  • resolution set to fixed.

there is a urllib.isUsable() function now which returns true if the module is usable i.e. one can make HTTPRequest with it