mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
"t" for Kernel#open described.
Encoding and Encoding::Converted described. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4e573bf068
commit
72eaacaa15
1 changed files with 3 additions and 0 deletions
3
doc/NEWS
3
doc/NEWS
|
@ -51,6 +51,7 @@ Incompatible (Trivial)
|
||||||
o Dir.exist?
|
o Dir.exist?
|
||||||
* IO operations
|
* IO operations
|
||||||
o Non-blocking IO
|
o Non-blocking IO
|
||||||
|
o Kernel#open takes "t" for newline conversion
|
||||||
o Kernel#open takes encoding specified
|
o Kernel#open takes encoding specified
|
||||||
o IO#initialize now accepts an IO argument
|
o IO#initialize now accepts an IO argument
|
||||||
o StringIO#readpartial
|
o StringIO#readpartial
|
||||||
|
@ -112,6 +113,8 @@ Compatible
|
||||||
an enumerator.
|
an enumerator.
|
||||||
* Regexp#match, String#match
|
* Regexp#match, String#match
|
||||||
o Regexp#match, String#match
|
o Regexp#match, String#match
|
||||||
|
* Encoding
|
||||||
|
* Encoding::Converter
|
||||||
* Fiber: coroutines/micro-threads
|
* Fiber: coroutines/micro-threads
|
||||||
* Array
|
* Array
|
||||||
o Array#delete returns a deleted element rather than a given
|
o Array#delete returns a deleted element rather than a given
|
||||||
|
|
Loading…
Add table
Reference in a new issue