From 90ebdfb2054ccc506ab6dd9c72882c0332d02393 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 19 Dec 2002 20:08:43 +0000 Subject: * lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rb and telnet.rb. It has been quite some time sinc they were obsoleted and made to emit warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/README | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/README') diff --git a/lib/README b/lib/README index 41c180913..76a1104c0 100644 --- a/lib/README +++ b/lib/README @@ -19,7 +19,6 @@ finalize.rb adds finalizer to the object find.rb traverses directory tree forwardable.rb explicit delegation library ftools.rb file tools -ftplib.rb obsolete - use net/ftp getoptlong.rb GNU getoptlong compatible getopts.rb parses command line options (use getoptlong) importenv.rb imports environment variables as global variables @@ -58,7 +57,6 @@ shell.rb runs commands and does pipeline operations like shell shellwords.rb split into words like shell singleton.rb singleton design pattern library sync.rb 2 phase lock -telnet.rb obsolete - use net/telnet tempfile.rb temporary file with automatic removal time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing thread.rb thread support -- cgit