From e8e16ce4ca2372e9bb16feb93e7d883d66b28905 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 5 Sep 2013 17:45:03 +0100 Subject: [PATCH] Thu Mar 8 23:17:19 GMT 2012 david-sarah@jacaranda.org * Update various references to allmydata.org or http://tahoe-lafs.org in comments, to https://tahoe-lafs.org. refs #1682 --- src/allmydata/__init__.py | 9 ++++----- src/allmydata/uri.py | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py index 45484b2c..c342ac5c 100644 --- a/src/allmydata/__init__.py +++ b/src/allmydata/__init__.py @@ -1,7 +1,7 @@ """ Decentralized storage grid. -community web site: U{http://tahoe-lafs.org/} +community web site: U{https://tahoe-lafs.org/} """ class PackagingError(EnvironmentError): @@ -29,7 +29,7 @@ except ImportError: # __full_version__ is the one that you ought to use when identifying yourself in the # "application" part of the Tahoe versioning scheme: -# http://allmydata.org/trac/tahoe-lafs/wiki/Versioning +# https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Versioning __full_version__ = __appname__ + '/' + str(__version__) import os, platform, re, subprocess, sys, traceback @@ -156,15 +156,14 @@ def get_package_versions_and_locations(): # must import the packages in order to check their versions and paths. # This warning is generated by twisted, PyRex, and possibly other packages, - # but can happen at any time, not only when they are imported. See - # http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1129 . + # but can happen at any time, not only when they are imported. See ticket #1129. warnings.filterwarnings("ignore", category=DeprecationWarning, message="BaseException.message has been deprecated as of Python 2.6", append=True) # This is to suppress various DeprecationWarnings and UserWarnings that # occur when modules are imported. See #859, #1435 and - # http://divmod.org/trac/ticket/2994 . + # http://divmod.org/trac/ticket/2994 [broken link]. for msg in deprecation_messages: warnings.filterwarnings("ignore", category=DeprecationWarning, message=msg, append=True) diff --git a/src/allmydata/uri.py b/src/allmydata/uri.py index 8cb9d10f..ee9c86aa 100644 --- a/src/allmydata/uri.py +++ b/src/allmydata/uri.py @@ -834,7 +834,7 @@ def from_string(u, deep_immutable=False, name=u""): # on all URIs, even though we would only strictly need to do so for caps of # new formats (post Tahoe-LAFS 1.6). URIs that are not consistent with their # prefix are treated as unknown. This should be revisited when we add the - # new cap formats. See . + # new cap formats. See ticket #833 comment:31. s = u can_be_mutable = can_be_writeable = not deep_immutable if s.startswith(ALLEGED_IMMUTABLE_PREFIX): -- 2.45.2