Sockets API 是否被拒绝?
Is the Sockets API getting turned down?
频道 API 是 deprecated and being turned down,这让我非常沮丧。
Sockets API 处于测试阶段(并且已经持续了十年的大部分时间),政策声明:
This is a Beta release of the Sockets API. This API is not covered by any SLA or deprecation policy and may be subject to backward-incompatible changes.
令人不安的是,Sockets API 演示版的 Python 版本不包含 import socket
-- 它仅包含 makes use of the Channel API,因此这个问题:
Since the official demo of the Sockets API purely makes use of the Channel API (which is getting turned down), does this mean that the Sockets API is also getting turned down, but not being stated as such because of a lack of deprecation policy?
Socket API 文档已于 2017 年 3 月 22 日更新,表明您现在应该使用 import socket
。
您所指的演示项目已超过 4 年。
因为它只是 old 演示,它指的是 Channel API,你可以确定 Socket API 不会被弃用由于这个。
来源:https://cloud.google.com/appengine/docs/standard/python/sockets/
此外,据我所知,演示项目仅供参考。
频道 API 是 deprecated and being turned down,这让我非常沮丧。
Sockets API 处于测试阶段(并且已经持续了十年的大部分时间),政策声明:
This is a Beta release of the Sockets API. This API is not covered by any SLA or deprecation policy and may be subject to backward-incompatible changes.
令人不安的是,Sockets API 演示版的 Python 版本不包含 import socket
-- 它仅包含 makes use of the Channel API,因此这个问题:
Since the official demo of the Sockets API purely makes use of the Channel API (which is getting turned down), does this mean that the Sockets API is also getting turned down, but not being stated as such because of a lack of deprecation policy?
Socket API 文档已于 2017 年 3 月 22 日更新,表明您现在应该使用 import socket
。
您所指的演示项目已超过 4 年。
因为它只是 old 演示,它指的是 Channel API,你可以确定 Socket API 不会被弃用由于这个。
来源:https://cloud.google.com/appengine/docs/standard/python/sockets/
此外,据我所知,演示项目仅供参考。