Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e5971 commit 22fcae9Copy full SHA for 22fcae9
2 files changed
Lib/distutils/command/build_ext.py
@@ -545,7 +545,7 @@ def get_ext_fullname (self, ext_name):
545
return self.package + '.' + ext_name
546
547
def get_ext_filename (self, ext_name):
548
- """Convert the name of an extension (eg. "foo.bar") into the name
+ r"""Convert the name of an extension (eg. "foo.bar") into the name
549
of the file from which it will be loaded (eg. "foo/bar.so", or
550
"foo\bar.pyd").
551
"""
Lib/pre.py
@@ -1,6 +1,6 @@
1
# module 're' -- A collection of regular expression operations
2
3
-"""Support for regular expressions (RE).
+r"""Support for regular expressions (RE).
4
5
This module provides regular expression matching operations similar to
6
those found in Perl. It's 8-bit clean: the strings being processed may
0 commit comments