[Python-checkins] python/dist/src/Lib binhex.py,1.23,1.24

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Jun 6 23:45:58 EDT 2004


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

Modified Files:
	binhex.py 
Log Message:
Remove a useless operation, setting name to itself

Index: binhex.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/binhex.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** binhex.py	12 Feb 2004 17:35:06 -0000	1.23
--- binhex.py	7 Jun 2004 03:45:56 -0000	1.24
***************
*** 198,202 ****
  
      def _writeinfo(self, name, finfo):
-         name = name
          nl = len(name)
          if nl > 63:
--- 198,201 ----




More information about the Python-checkins mailing list