xonsh/news/argvquote-bug.rst

15 lines
330 B
ReStructuredText
Raw Normal View History

2016-10-22 21:22:06 +02:00
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
2016-10-22 21:25:29 +02:00
* Fix bug in ``argvquote()`` functions used when sourcing batch files on Windows. The bug meant an extra backslash was added to UNC paths.
Thanks to @bytesemantics for spotting it, and @janschulz for fixing the issue.
2016-10-22 21:22:06 +02:00
**Security:** None