ruby-changes:4967
From: ko1@a...
Date: Mon, 19 May 2008 05:30:57 +0900 (JST)
Subject: [ruby-changes:4967] knu - Ruby:r16460 (ruby_1_8): reword a bit to clarify
knu 2008-05-19 05:30:46 +0900 (Mon, 19 May 2008)
New Revision: 16460
Modified files:
branches/ruby_1_8/NEWS
Log:
reword a bit to clarify
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/NEWS?r1=16460&r2=16459&diff_format=u
Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS (revision 16459)
+++ ruby_1_8/NEWS (revision 16460)
@@ -352,7 +352,7 @@
=== Compatibility issues (excluding feature bug fixes)
* String#to_i, String#hex and String#oct no longer accept a sequence
- of underscores (`__').
+ of underscores (`__') as part of a number.
# Ruby 1.8.6
'1__0'.to_i #=> 10
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/