webcheck commit: r437 - webcheck/webcheck
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
webcheck commit: r437 - webcheck/webcheck
- From: Commits of the webcheck project <webcheck-commits [at] lists.arthurdejong.org>
- To: webcheck-commits [at] lists.arthurdejong.org
- Reply-to: webcheck-users [at] lists.arthurdejong.org
- Subject: webcheck commit: r437 - webcheck/webcheck
- Date: Fri, 16 Sep 2011 21:45:51 +0200 (CEST)
Author: arthur
Date: Fri Sep 16 21:45:50 2011
New Revision: 437
URL: http://arthurdejong.org/viewvc/webcheck?revision=437&view=revision
Log:
remove old compatibility code
Modified:
webcheck/webcheck/myurllib.py
Modified: webcheck/webcheck/myurllib.py
==============================================================================
--- webcheck/webcheck/myurllib.py Fri Sep 16 21:11:15 2011 (r436)
+++ webcheck/webcheck/myurllib.py Fri Sep 16 21:45:50 2011 (r437)
@@ -24,11 +24,6 @@
import urllib
import urlparse
-# this is a workaround for Python 2.3
-try:
- set
-except NameError:
- from sets import Set as set
# The way I read RFC3986 (especially sections 3.3 and 6.2) is that these
# are all separate and valid URLs that point to the same resource.
--
To unsubscribe send an email to
webcheck-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/webcheck-commits/
- webcheck commit: r437 - webcheck/webcheck,
Commits of the webcheck project