Bug #2444
1.8.3以降のTime.parseはDate._parseを使用する
| Status: | Closed | Start date: | 12/05/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | doc | |||
| Target version: | - | |||
| reporter: | ruby_version: |
Description
Time.parseは、 1.8.2まではParse.parsedateを使っていますが、 1.8.3以降はDate._parseを使っています。 # 1.8.2以前との互換性のためか、1.8.3以降でも直接利用しないのに、 # require "parsedate"はしています。 一方、 1.9.1以降のtime標準添付ライブラリの記述では、Date._parseになっていますが、 1.8.3~1.8.8のtime標準添付ライブラリの記述は、parsedateのままです。 1.9.1以降の記述を1.8.3~1.8.8へバックポートするとよいと思います。
Associated revisions
remove the description of parsedate from time library since it it too old (closes #2444)
History
Updated by Ippei Obayashi about 1 month ago
- Status changed from Open to Closed
- % Done changed from 0 to 100