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

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


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Patch #781722: Reject AF_INET6 if IPv6 is disabled.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.4
retrieving revision 1.831.4.5
diff -C2 -d -r1.831.4.4 -r1.831.4.5
*** NEWS	5 Aug 2003 06:20:23 -0000	1.831.4.4
--- NEWS	5 Aug 2003 06:26:32 -0000	1.831.4.5
***************
*** 16,19 ****
--- 16,22 ----
  -----------------
  
+ - Patch #781722: Gracefully reject AF_INET6 in socket.inet_pton
+   if IPv6 is disabled.
+ 
  Library
  -------





More information about the Python-checkins mailing list