[Python-checkins] python/dist/src/Misc NEWS,1.831.4.3,1.831.4.4

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Aug 5 00:20:26 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Support trailing dots in DNS names. Fixes #782510.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.3
retrieving revision 1.831.4.4
diff -C2 -d -r1.831.4.3 -r1.831.4.4
*** NEWS	5 Aug 2003 06:06:18 -0000	1.831.4.3
--- NEWS	5 Aug 2003 06:20:23 -0000	1.831.4.4
***************
*** 19,23 ****
  -------
  
! - Bug #781065 was fixed: test_normalization is updated to the current
    URL of the Unicode 3.2 normalization file.
  
--- 19,23 ----
  -------
  
! - Bug #781065: test_normalization is updated to the current
    URL of the Unicode 3.2 normalization file.
  
***************
*** 25,30 ****
  ----
  
! - Bug #774680 was fixed: IDLE now does not fail to save the file anymore
    if the Tk buffer is not a Unicode string, yet eol_convention is.
  
  Build
--- 25,33 ----
  ----
  
! - Bug #774680: IDLE now does not fail to save the file anymore
    if the Tk buffer is not a Unicode string, yet eol_convention is.
+ 
+ - Bug #782510: The idna codec would fail to support names with a
+   trailing full-stop.
  
  Build





More information about the Python-checkins mailing list