Skip to content

Commit 548b8fc

Browse files
committed
explanation - aliased symbol w/o underline
1 parent 650fbd6 commit 548b8fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

irods/message/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ def ET(xml_type=(), server_version=None):
187187

188188
_IRODS_VERSION = (5, 0, 2, "d")
189189

190+
# This alias exists as a backward-compatible duplicate, but it is slated for deprecation.
191+
# The symbol is for internal use in testing only, so it should be prefixed with an underline.
192+
IRODS_VERSION = _IRODS_VERSION
193+
190194
UNICODE = str
191195

192196
_METADATA_FIELD_TYPES = {str, UNICODE, bytes}

0 commit comments

Comments
 (0)