Windows 10 Lite Super 22h2

bpo-26791: shutil.move() now moves a symlink into a directory whenthat directory is the target of the symlink. This provides the samebehavior as the mv shell command. The previous behavior raised anexception. Patch by Jeffrey Kintscher.