ruby-changes:52238
From: nobu <ko1@a...>
Date: Sat, 18 Aug 2018 18:56:49 +0900 (JST)
Subject: [ruby-changes:52238] nobu:r64446 (trunk): NEWS: quote false [ci skip]
nobu 2018-08-18 18:56:43 +0900 (Sat, 18 Aug 2018) New Revision: 64446 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64446 Log: NEWS: quote false [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 64445) +++ NEWS (revision 64446) @@ -121,7 +121,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L121 * incompatible changes: * `system()` and `exec()` do not close non-standard file descriptors - (The default of `:close_others` option is changed to false by + (The default of `:close_others` option is changed to `false` by default. but we still set the `FD_CLOEXEC` flag on descriptors we create). [Misc #14907] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/