[前][次][番号順一覧][スレッド一覧]

ruby-changes:31080

From: nobu <ko1@a...>
Date: Mon, 7 Oct 2013 03:43:58 +0900 (JST)
Subject: [ruby-changes:31080] nobu:r43159 (trunk): NEWS: timeout

nobu	2013-10-07 03:43:53 +0900 (Mon, 07 Oct 2013)

  New Revision: 43159

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43159

  Log:
    NEWS: timeout
    
    * NEWS (Stdlib updates): uptdate of timeout.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 43158)
+++ NEWS	(revision 43159)
@@ -228,6 +228,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L228
   * New methods:
     * Tempfile.create
 
+* Timeout
+  * No longer an exception to terminate the given block can be rescued
+    inside the block, by default, unless the exception class is given
+    explicitly.
 
 * WEBrick
   * The body of a response may now be a StringIO or other IO-like that responds

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]