Based on the below positive feedback, I've created a PR here:
https://github.com/python/cpython/pull/14464
Only shutil.symlink is currently implemented. Feedback (and possibly
fixes) requested from Windows users.
Thanks to all for their ideas, input and constructive criticism.
Cheers,
--
To
This thread caught my interest because I’ve written code that wraps fscanf
More than once
(And have some in production). So a few observations:
1) my primary reason for doing it was performance — reading lots of numbers
into numpy arrays. I literally NEVER felt Python’s built in string
manipulatio