[Python-checkins] CVS: python/dist/src/Misc unicode.txt,3.10,3.11

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 27 Jun 2001 10:14:06 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv20567

Modified Files:
	unicode.txt 
Log Message:
Replace the text with a link to the PEP-ified version.


Index: unicode.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/unicode.txt,v
retrieving revision 3.10
retrieving revision 3.11
diff -C2 -r3.10 -r3.11
*** unicode.txt	2000/09/21 21:21:59	3.10
--- unicode.txt	2001/06/27 17:14:04	3.11
***************
*** 1,1115 ****
! =============================================================================
!  Python Unicode Integration                            Proposal Version: 1.7
! -----------------------------------------------------------------------------
  
  
! Introduction:
! -------------
! 
! The idea of this proposal is to add native Unicode 3.0 support to
! Python in a way that makes use of Unicode strings as simple as
[...1091 lines suppressed...]
!      details, added comments on stream wrappers, fixed some discussion
!      points (most important: Internal Format), clarified the 
!      'unicode-escape' encoding, added encoding references
! 0.3: added references, comments on codec modules, the internal format,
!      bf_getcharbuffer and the RE engine; added 'unicode-escape' encoding
!      proposed by Tim Peters and fixed repr(u) accordingly
! 0.2: integrated Guido's suggestions, added stream codecs and file
!      wrapping
! 0.1: first version
! 
! 
! -----------------------------------------------------------------------------
! Written by Marc-Andre Lemburg, 1999-2000, mal@lemburg.com
! -----------------------------------------------------------------------------
--- 1,5 ----
! This document has been PEP-ified.  Please see PEP 100 at:
  
+     http://www.python.org/peps/pep-0100.html
  
! -Barry