commit | 6ec29e299b663662a1610a740c4c7f8066fc63a6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 16 14:46:36 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 16 14:46:36 2011 +0100 |
tree | 7bf65e75b7d28f95f679bd164e7db38173585a9e | |
parent | ab0e9f7089c04df546af6cacbc8751247cf4020a [diff] |
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem encoding and the surrogateescape error handler, rather than UTF-8. Patch by David Watson.