[Python-checkins] python/dist/src/Lib textwrap.py,1.30,1.31

gward@users.sourceforge.net gward@users.sourceforge.net
Fri, 13 Jun 2003 17:26:42 -0700


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

Modified Files:
	textwrap.py 
Log Message:
Remove comment about Unicode: SF #622831 was fixed loooong ago!


Index: textwrap.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/textwrap.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** textwrap.py	12 May 2003 20:19:36 -0000	1.30
--- textwrap.py	14 Jun 2003 00:26:39 -0000	1.31
***************
*** 6,12 ****
  # Written by Greg Ward <gward@python.net>
  
- # XXX currently this module does not work very well with Unicode
- # strings.  See http://www.python.org/sf/622831 for updates.
- 
  __revision__ = "$Id$"
  
--- 6,9 ----