The documentation for the copytree
function in the Python 2 version of shutil says,
The source code for this should be considered an example rather than the ultimate tool.
Exactly what does this mean? Is copytree
intended to be a proof of concept instead of actually being used in programs? Or is this just a disclaimer that the code is messy? (This statement is not present in the Python 3 version.)