PEP 3124 是否有一些实施
我正在搜索任何 PEP 3124 实施或开发过程。我对邮件列表不太熟悉,但去年Python邮件列表中似乎没有出现序列“3124”。是否有关于此 PEP 的一些信息?
I'm searching for any PEP 3124 implemenation or development process. I'm not very familliar with mailing list, but it seems that sequence "3124" have not appeared in Python mailing list during last year. Is there some information what is going on regarding this PEP ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.python.org/dev/peps/pep -3124/#implementation-notes
http://www.python.org/dev/peps/pep-3124/#implementation-notes
我刚刚读到有关 PEP 3124 的内容,心里想,“这听起来不太难实现”,并在阅读这个问题之前制定了一个解决方案。所以这就是(没有任何错误检查)。
I was just reading about PEP 3124 and thought to myself, "That doesn't sound too hard to implement" and worked out a solution before reading this SO question. So here it is (without any error checking).