ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 89 forks source link

fix some escape sequences #270

Closed tgpfeiffer closed 4 years ago

tgpfeiffer commented 4 years ago

Escaping in regexes has not been done correctly in a number of places, which recent Python versions warn about.

dirk-thomas commented 4 years ago

Thanks for the patch.