[Python-checkins] python/dist/src/Tools/scripts fixdiv.py, 1.8, 1.8.8.1

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:34:50 EDT 2003


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv9536/Tools/scripts

Modified Files:
      Tag: release23-maint
	fixdiv.py 
Log Message:
Backport checkin:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: fixdiv.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/fixdiv.py,v
retrieving revision 1.8
retrieving revision 1.8.8.1
diff -C2 -d -r1.8 -r1.8.8.1
*** fixdiv.py	13 May 2003 18:14:24 -0000	1.8
--- fixdiv.py	20 Oct 2003 14:34:48 -0000	1.8.8.1
***************
*** 57,61 ****
  
    A / operator was found for which no warnings were seen.  This could
!   be code that was never executed, or code that was only executed with
    with user-defined objects as arguments.  You will have to
    investigate further.  Note that // can be overloaded separately from
--- 57,61 ----
  
    A / operator was found for which no warnings were seen.  This could
!   be code that was never executed, or code that was only executed
    with user-defined objects as arguments.  You will have to
    investigate further.  Note that // can be overloaded separately from





More information about the Python-checkins mailing list