On the other hand, this is also documented and it's wrong by the above standard
>>> os.path.join(r'c:\abc', r'\def\g') # Windows paths
'\\def\\g'
Actually, it's not -- it gives the same result as the
equivalent series of Windows CLI commands. Whether that's
a *useful* result is another matter. :-(