[Python-checkins] CVS: python/dist/src/Lib/distutils/command build_ext.py,1.72,1.73

Ka-Ping Yee ping@usw-pr-cvs1.sourceforge.net
Sat, 10 Mar 2001 01:33:17 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv10600/distutils/command

Modified Files:
	build_ext.py 
Log Message:
Make docstrings raw, since they contain literal backslashes.


Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -r1.72 -r1.73
*** build_ext.py	2001/02/17 04:48:41	1.72
--- build_ext.py	2001/03/10 09:33:14	1.73
***************
*** 546,550 ****
  
      def get_ext_filename (self, ext_name):
!         """Convert the name of an extension (eg. "foo.bar") into the name
          of the file from which it will be loaded (eg. "foo/bar.so", or
          "foo\bar.pyd").
--- 546,550 ----
  
      def get_ext_filename (self, ext_name):
!         r"""Convert the name of an extension (eg. "foo.bar") into the name
          of the file from which it will be loaded (eg. "foo/bar.so", or
          "foo\bar.pyd").