This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Delgan, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-01-24.02:28:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642991302.69.0.646535646142.issue46490@roundup.psfhosted.org>
In-reply-to
Content
The Windows API doesn't directly support opening a 'symlink' as Python defines it for the follow_symlinks parameter. That problem should be resolved in a separate issue. Then updating os.utime() would be relatively trivial.
History
Date User Action Args
2022-01-24 02:28:22eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Delgan
2022-01-24 02:28:22eryksunsetmessageid: <1642991302.69.0.646535646142.issue46490@roundup.psfhosted.org>
2022-01-24 02:28:22eryksunlinkissue46490 messages
2022-01-24 02:28:22eryksuncreate