We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5d6c2 commit 579e664Copy full SHA for 579e664
irods/message/__init__.py
@@ -187,6 +187,10 @@ def ET(xml_type=(), server_version=None):
187
188
_IRODS_VERSION = (5, 0, 2, "d")
189
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
+
194
UNICODE = str
195
196
_METADATA_FIELD_TYPES = {str, UNICODE, bytes}
0 commit comments