We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8c0a1 commit b0fb469Copy full SHA for b0fb469
src/rez/rezconfig.py
@@ -38,7 +38,8 @@
38
39
Paths should use the path separator appropriate for the operating system
40
(based on Python's os.path.sep). So for Linux paths, / should be used. On
41
-Windows \ (unescaped) should be used.
+Windows \\ (unescaped! A change in python 3.12 does not allow single backslashes
42
+in docstrings. Sorry.) should be used.
43
44
Note: The comments in this file are extracted and turned into documentation. Pay
45
attention to the comment formatting and follow the existing style closely.
0 commit comments