升级0.9.0-> 1.4?
我们正在运行 Fabric 的旧版本(0.9.0)。如果我一步升级到最新最好的版本(1.4?),是否会出现任何问题?
We're running an ancient version of fabric (0.9.0). Should I expect any issues if I upgrade to the latest and greatest (1.4?) in a single step?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一些,但不多,因为 api 保持了一定的一致性。变更日志中有一个部分专门致力于对于这个问题。现在还有一个 lcd() 用于本地目录更改,以使本地和远程上下文管理器彼此独立工作。
Some but not many, as the api stayed somewhat consistant. There is a section in the changelog devoted specifically to this question. There also though is now an lcd() for local dir changes to make the local and remote context managers work independent of one another.