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 xtsimpouris
Recipients Mauro.Cicognini, anadelonbrin, barry, bjshan, dmbaggett, dveeden, maciej.szulik, meatballhat, r.david.murray, xtsimpouris
Date 2021-12-18.16:46:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639845987.03.0.773062991867.issue917120@roundup.psfhosted.org>
In-reply-to
Content
As far as I can see I have the same problem from a different perspective. Selecting folders that include a space result in broken use of API, as server responds with "folder is not dound" (which is valid as part of the folder name is never sent). To circumvent the problem I suggest using a patched version of _command, where if name is "select" or "examine", check if arg startswith ", and if not wrap it - locally this seems to fix my problem. A different approach would be to force user use _quote function when needed (also fixes my problem locally).
History
Date User Action Args
2021-12-18 16:46:27xtsimpourissetrecipients: + xtsimpouris, barry, anadelonbrin, dmbaggett, r.david.murray, meatballhat, maciej.szulik, Mauro.Cicognini, dveeden, bjshan
2021-12-18 16:46:27xtsimpourissetmessageid: <1639845987.03.0.773062991867.issue917120@roundup.psfhosted.org>
2021-12-18 16:46:27xtsimpourislinkissue917120 messages
2021-12-18 16:46:26xtsimpouriscreate