This is likely due to missing Python 3.12 support upstream:

$ python3 -c '"(\r\n|\r|\n)\Z"'
<string>:1: SyntaxWarning: invalid escape sequence '\Z'

$ python3.11 -c '"(\r\n|\r|\n)\Z"'  # installed via pyenv
$


It was added in 1.0.0: https://github.com/PythonCharmers/python-future/pull/632

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064850

Title:
  ubuntu noble install error warnings in noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-future/+bug/2064850/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to