Skip to content

Commit 5d49275

Browse files
committed
reworded comments for _IRODS_VERSION
1 parent bd8ebc2 commit 5d49275

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

irods/message/__init__.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,12 @@ def ET(xml_type=(), server_version=None):
185185

186186
logger = logging.getLogger(__name__)
187187

188-
# Advertised server version compatibility. More recent servers are not guaranteed to work.
189-
# We avail ourselves of this macro in running tests to abort if the session has connected
190-
# to a server that is too new.
191-
192-
# The symbol 'IRODS_VERSION' was for internal use in testing only, so it should be prefixed
193-
# with an underline.
194-
188+
# The symbol _IRODS_VERSION is for internal use in testing only. It indicates the current
189+
# server version for which PRC has maintained compatibility. Attempting the unit tests with
190+
# more recent servers will fail by design.
195191
_IRODS_VERSION = (5, 0, 2, "d")
196192

197-
# This is the older, now deprecated, symbol.
193+
# This is the older, now deprecated, version of the above symbol.
198194
_deprecated_names = {"IRODS_VERSION": _IRODS_VERSION}
199195

200196

0 commit comments

Comments
 (0)