[Python-checkins] python/dist/src/Misc NEWS,1.732,1.733

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 18 Apr 2003 03:39:55 -0700


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

Modified Files:
	NEWS 
Log Message:
Implement IDNA (Internationalized Domain Names in Applications).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.732
retrieving revision 1.733
diff -C2 -d -r1.732 -r1.733
*** NEWS	18 Apr 2003 00:45:58 -0000	1.732
--- NEWS	18 Apr 2003 10:39:52 -0000	1.733
***************
*** 119,122 ****
--- 119,127 ----
  -------
  
+ - Support for internationalized domain names has been added through
+   the 'idna' and 'punycode' encodings, the 'stringprep' module, the
+   'mkstringprep' tool, and enhancements to the socket and httplib
+   modules.
+ 
  - htmlentitydefs has two new dictionaries: name2codepoint maps
    HTML entity names to Unicode codepoints (as integers).