Details
-
Task
-
Resolution: Fixed
-
Unknown
-
None
-
Fully Compatible
-
Not Needed
-
Description
Currently all tests on mac for aws fail. See for example.
The problematic command is this one where "quote_plus" has now been placed in "parse". So the full command on macos now should look:
python -c "import sys, urllib.parse; sys.stdout.write(urllib.parse.quote(sys.argv[1]))" |
However windows and linux machines still expect the old approach.