This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
better perldelta description for #120091/#118059
authorDaniel Dragan <bulk88@hotmail.com>
Tue, 19 Nov 2013 20:37:58 +0000 (15:37 -0500)
committerTony Cook <tony@develop-help.com>
Tue, 19 Nov 2013 23:26:54 +0000 (10:26 +1100)
pod/perldelta.pod

index c6cd773..4e0fc3a 100644 (file)
@@ -592,7 +592,8 @@ delimiter.  [perl #120463]
 
 On Windows, perl no longer calls CloseHandle() on a socket handle.  This makes
 debugging easier on Windows by removing certain irrelevant bad handle
-exceptions.  It also fixes a race condition and possible test failure in
+exceptions.  It also fixes a race condition that made socket functions randomly
+fail in a Perl process with multiple OS threads, and possible test failures in
 F<dist/IO/t/cachepropagate-tcp.t>.  [perl #120091/118059]
 
 =item *