[Python-checkins] python/dist/src/Lib/plat-mac gensuitemodule.py,1.7,1.8

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 16 Apr 2003 06:10:58 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1:/tmp/cvs-serv31642

Modified Files:
	gensuitemodule.py 
Log Message:
The identify() description didn't match the code. Fixed.


Index: gensuitemodule.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/gensuitemodule.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** gensuitemodule.py	12 Apr 2003 22:27:05 -0000	1.7
--- gensuitemodule.py	16 Apr 2003 13:10:53 -0000	1.8
***************
*** 1178,1182 ****
      - replace space by _
      - replace other illegal chars by _xx_ (hex code)
!     - prepend _ if the result is a python keyword
      """
      if not str:
--- 1178,1182 ----
      - replace space by _
      - replace other illegal chars by _xx_ (hex code)
!     - append _ if the result is a python keyword
      """
      if not str: