comparison README @ 27236:b0d90fef16b6

posix: work around "posix" systems without os.link available (issue4974) Some platforms (see bug, notably a terminal emulator on Android) ship with os.link removed from Python to try and cater to other tools that expect os.link to exist iff hardlinks are supported on that platform. As a workaround for this madness, include a fallback path for when we're on a "posix" platform but lack os.link.
author Augie Fackler <augie@google.com>
date Fri, 04 Dec 2015 15:59:46 -0500
parents 4b0fc75f9403
children 76b171209151
comparison
equal deleted inserted replaced
27235:054cd38a2f19 27236:b0d90fef16b6