Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
此版本添加了支持 Python3 和检索列表的卷影副本 (也称为"早期版本"在 Windows 中)。请注意并非所有的 Windows 版本支持卷影副本。
This release adds support for Python3 and for retrieving a list of shadow copies (also known as "previous versions" in Windows). Note that not all Windows editions support shadow copies.
This release adds an SMB2 protocol implementation with signing for outgoing SMB2 messages. pysmb will utilize SMB2 protocol with servers which support SMB2 (e.g., Windows Vista, Windows 7, and Samba 3). If the remote server does not support SMB2, pysmb will automatically fall back to using the SMB1 protocol.
This release adds supports for SMB message signing. pysmb will sign all SMB messages from the CIFS client to the server, but it does not verify the signatures of the SMB messages from the server.
This release added support for "smb://" URLs in the urllib2 Python package for retrieving or uploading files from/to remote CIFS servers. Documentation was improved.