55
55
* Prevent a traceback being printed to stderr when logging has problems and
56
56
accept utf-8 byte string without breaking. (Martin Packman, #714449)
62
58
* _Win32Stat object provides members st_uid and st_gid, those are present
63
59
in Python's os.stat object. These members required for external tools like
64
60
bzr-git and dulwich. (Alexander Belchenko, #967060)