ruby-changes:8376
From: xibbar <ko1@a...>
Date: Fri, 24 Oct 2008 16:35:09 +0900 (JST)
Subject: [ruby-changes:8376] Ruby:r19907 (trunk): fix typo
xibbar 2008-10-24 16:34:54 +0900 (Fri, 24 Oct 2008) New Revision: 19907 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19907 Log: fix typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 19906) +++ ChangeLog (revision 19907) @@ -1,8 +1,8 @@ Fri Oct 24 16:13:12 2008 Takeyuki FUJIOKA <xibbar@r...> * lib/cgi/core.rb (read_multipart): change field value as String - from StringIO of Tempfile when multipart parse without file field. - add files method that can uploaded files. [ruby-dev:36547] + from StringIO or Tempfile when multipart parse except file field. + add files method that can get uploaded files. [ruby-dev:36547] * test/cgi/test_cgi_multipart.rb: fix the test for core.rb. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/