tempname.mktemp functionality deprecation

Chris Angelico rosuav at gmail.com
Sun Apr 30 00:31:51 EDT 2017


On Sun, Apr 30, 2017 at 1:51 PM, Devin Jeanpierre
<jeanpierreda at gmail.com> wrote:
> I guess ideally, one would use linkat instead of os.link[*], but that's
> platform-specific and not exposed in Python AFAIK.

It is actually - src_dir_fd and dst_dir_fd.

https://docs.python.org/3/library/os.html#os.link

ChrisA



More information about the Python-list mailing list