[Python-checkins] python/dist/src/Tools/unicode mkstringprep.py, 1.2, 1.3

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:02:07 CEST 2004


Update of /cvsroot/python/python/dist/src/Tools/unicode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29862/unicode

Modified Files:
	mkstringprep.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: mkstringprep.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/unicode/mkstringprep.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mkstringprep.py	19 May 2004 19:10:18 -0000	1.2
--- mkstringprep.py	18 Jul 2004 06:02:05 -0000	1.3
***************
*** 430,432 ****
      return unicodedata.bidirectional(code) == "L"
  """
- 
--- 430,431 ----



More information about the Python-checkins mailing list