Mailing List Archive

python/nondist/peps pep-0277.txt,1.2,1.3
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv19738

Modified Files:
pep-0277.txt
Log Message:
Add reference to SF patch.


Index: pep-0277.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0277.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0277.txt 25 Jan 2002 13:09:34 -0000 1.2
--- pep-0277.txt 12 Aug 2002 11:43:56 -0000 1.3
***************
*** 84,88 ****
accept 4 byte characters, the features described in this proposal
will not work in this mode so the implementation falls back to the
! current 'mbcs' encoding technique. This retriction could be lifted
in the future by performing extra conversions using
PyUnicode_AsWideChar but for now that would add too much
--- 84,88 ----
accept 4 byte characters, the features described in this proposal
will not work in this mode so the implementation falls back to the
! current 'mbcs' encoding technique. This restriction could be lifted
in the future by performing extra conversions using
PyUnicode_AsWideChar but for now that would add too much
***************
*** 93,97 ****

An experimental implementation is available from
! http://scintilla.sourceforge.net/winunichanges.zip


--- 93,100 ----

An experimental implementation is available from
! [2] http://scintilla.sourceforge.net/winunichanges.zip
!
! [3] An updated version is available at
! http://python.org/sf/594001