[issue38931] pathlib.Path on Windows - parser issue

2019-11-28 Thread tempest
tempest added the comment: But for course! (Slaps forehead!) Yes, giving the Windows path as a raw string works. For all the times I've done '\t'.join(str(f) for f in some_array) to get a tab-delimited text string, I should have had a clue. Sorry for the noise, and thanks for setting me

[issue38931] pathlib.Path on Windows - parser issue

2019-11-27 Thread tempest
New submission from tempest : the Path parser from pathlib seems to give incorrect paths if a folder (subdirectory) name includes a period. (This issue does not manifest with Unix paths.) Please see a demonstration below: "Out[2]" is not the same as "Out[3]" and "O