This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.j3
Recipients eric.smith, paul.j3, rhettinger, vegarsti
Date 2020-08-20.15:26:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597937169.02.0.370396225736.issue41600@roundup.psfhosted.org>
In-reply-to
Content
I'd say the problem is with the deployment tool.  Inputs like that should be split regardless of who's doing the commandline parsing.  With normal shell input, quotes are used to prevent splitting, or to otherwise prevent substitutions and special character handling.
History
Date User Action Args
2020-08-20 15:26:09paul.j3setrecipients: + paul.j3, rhettinger, eric.smith, vegarsti
2020-08-20 15:26:09paul.j3setmessageid: <1597937169.02.0.370396225736.issue41600@roundup.psfhosted.org>
2020-08-20 15:26:09paul.j3linkissue41600 messages
2020-08-20 15:26:08paul.j3create