1.Optimize logical blocks for real code imports.
2.Fix the error that may occur when the SSH connection is automatically closed, in `GqylpySSH.__del__`.
3.Raise the stack level of warning message, in `GqylpySSH.cmd_many`.
4.Upgrade the unique dependent library version.
5.Update the code format in the readme and sample file.
6.Improve scheme for creating global pointer (pointer to the instance of `GqylpySSH`).
(Note: The bigger changes will come in the next version and will not be compatible with older versions.)
1.优化真实代码导入的逻辑块。
2.修复自动关闭SSH连接时可能发生的错误,在 `GqylpySSH.__del__`。
3.提高警告信息的堆栈级别,在 `GqylpySSH.cmd_many`。
4.升级唯一依赖库版本。
5.更新自述文件和示例文件中的代码格式。
6.改进创建全局指针(指向 `GqylpySSH` 实例的指针)的方案。
(提醒:更大的变化将在下个版本,不会与旧版本兼容。)