Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support py3.12 #5

Open
chenrui333 opened this issue Nov 7, 2023 · 0 comments
Open

Support py3.12 #5

chenrui333 opened this issue Nov 7, 2023 · 0 comments

Comments

@chenrui333
Copy link

chenrui333 commented Nov 7, 2023

While packaging acltoolkit for homebrew, I found some syntax warnings with py3.12

/opt/homebrew/Cellar/acltoolkit/0.2.2/libexec/lib/python3.12/site-packages/acltoolkit/get_objectacl.py:149: SyntaxWarning: invalid escape sequence '\%'
  self._sid_map[sid] = '%s\%s' % (self.domain.get("name"),result.get("name"))
/opt/homebrew/Cellar/acltoolkit/0.2.2/libexec/lib/python3.12/site-packages/acltoolkit/ldap.py:107: SyntaxWarning: invalid escape sequence '\%'
  user="%s\%s" % (target.domain, target.username),
/opt/homebrew/Cellar/acltoolkit/0.2.2/libexec/lib/python3.12/site-packages/acltoolkit/ldap.py:115: SyntaxWarning: invalid escape sequence '\%'
  user="%s\%s" % (target.domain, target.username),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant