[Python-checkins] r82013 - python/branches/release26-maint

r.david.murray python-checkins at python.org
Wed Jun 16 04:51:26 CEST 2010


Author: r.david.murray
Date: Wed Jun 16 04:51:26 2010
New Revision: 82013

Log:
Blocked revisions 81678 via svnmerge

........
  r81678 | r.david.murray | 2010-06-03 16:19:25 -0400 (Thu, 03 Jun 2010) | 7 lines
  
  #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
  
  FreeBSD doesn't have socket.EAI_NODATA.  I rewrote the routine because
  there's no easy way to conditionally include a context manager in a
  with statement.  As a side benefit, instead of a stack of context
  managers there's now only one.
........


Modified:
   python/branches/release26-maint/   (props changed)


More information about the Python-checkins mailing list