Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

Could be the case that it's windows specific. For "foo...bar..." abspath 
returns "foo...bar..." in Python on Mac. I don't have access to Windows but 
checking this on dotnet fiddle with C# which I hope uses Windows full path 
strips out the leading dots which I think could be a case with os.path.abspath 
used in make_archive.

Sample fiddle : https://dotnetfiddle.net/PhRr98.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35981>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to