From: shyouhei@... Date: 2017-01-18T10:33:04+00:00 Subject: [ruby-core:79121] [Ruby trunk Feature#13097] Deprecate Socket.gethostbyaddr and Socket.gethostbyname Issue #13097 has been updated by Shyouhei Urabe. Tracker changed from Bug to Feature ---------------------------------------- Feature #13097: Deprecate Socket.gethostbyaddr and Socket.gethostbyname https://bugs.ruby-lang.org/issues/13097#change-62533 * Author: Vit Ondruch * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Is there a reason to keep these methods around? They were marked obsolete by POSIX.1-2001 and the POSIX.1-2008 removes the specifications of gethostbyname, gethostbyaddr recommending the use of getaddrinfo and getnameinfo instead. If they are kept because of Ruby backward compatibility, shouldn't they be re-implemented by these modern interfaces? -- https://bugs.ruby-lang.org/ Unsubscribe: