[Python-checkins] r55400 - peps/trunk/pep-3131.txt

martin.v.loewis python-checkins at python.org
Thu May 17 12:40:39 CEST 2007


Author: martin.v.loewis
Date: Thu May 17 12:40:36 2007
New Revision: 55400

Modified:
   peps/trunk/pep-3131.txt
Log:
Add reference to HTML file with all valid characters.


Modified: peps/trunk/pep-3131.txt
==============================================================================
--- peps/trunk/pep-3131.txt	(original)
+++ peps/trunk/pep-3131.txt	Thu May 17 12:40:36 2007
@@ -82,6 +82,10 @@
 All identifiers are converted into the normal form NFC while parsing;
 comparison of identifiers is based on NFC.
 
+A non-normative HTML file listing all valid identifier characters for
+Unicode 4.1 can be found at
+http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-331.html.
+
 Policy Specification
 ====================
 


More information about the Python-checkins mailing list