From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 636A71FF40; Fri, 16 Dec 2016 11:28:28 +0000 (UTC) From: Eric Wong To: kgio-public@bogomips.org Cc: Eric Wong Subject: [PATCH] TODO: update with Ruby 2.3 status Date: Fri, 16 Dec 2016 11:28:26 +0000 Message-Id: <20161216112826.25093-1-e@80x24.org> List-Id: Since we're on the cusp of Ruby 2.4, I guess 2.3 features are stable. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index e81b0a9..e3e3906 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,2 @@ * obsolete kgio by improving *_nonblock methods in Ruby itself - (Mostly done Ruby 2.3.0) + (Done for *_nonblock in Ruby 2.3.x, not sure for poll and writev support) -- EW