bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
221 stars 174 forks source link

Use raw string for docstring that contains a backslash #815

Closed alexbozhenko closed 8 months ago

alexbozhenko commented 8 months ago

Python 3.12 started to complain about invalid escape sequences. https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes

One supposed to use r""" when dostrings contains backslashes """ https://stackoverflow.com/a/33734332

alexbozhenko commented 8 months ago

Thanks, Chuck. Would it be possible to cut a new patch release?

cgrindel commented 8 months ago

@alexbozhenko Unfortunately, I do not have the ability to cut a release. I pinged some folks at Google to try and cut a patch release.

aiuto commented 8 months ago

I'll include this in the 0.10.1 release.