[Python-checkins] python/dist/src/Lib/test test_inspect.py, 1.16, 1.16.2.1

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Sat Mar 12 17:48:53 CET 2005


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5299

Modified Files:
      Tag: release24-maint
	test_inspect.py 
Log Message:
Patch #1159931: a test case for the buggy cases fixed by the last checkin.


Index: test_inspect.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_inspect.py,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- test_inspect.py	18 Aug 2004 12:40:31 -0000	1.16
+++ test_inspect.py	12 Mar 2005 16:48:50 -0000	1.16.2.1
@@ -26,7 +26,7 @@
     docstring."""
 # line 27
 
-    def abuse(self, a, b, c):
+    def abuse(self, a, b, c):    # a comment
         """Another
 
 \tdocstring



More information about the Python-checkins mailing list