[Patches] [ python-Patches-720329 ] Patch to make shlex accept escaped quotes in strings.

SourceForge.net noreply@sourceforge.net
Sun, 22 Jun 2003 16:06:05 -0700


Patches item #720329, was opened at 2003-04-12 18:41
Message generated for change (Comment added) made by niemeyer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=720329&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Jeremy Fincher (jemfinch)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch to make shlex accept escaped quotes in strings.

Initial Comment:
Shlex currently has no way to escape quoting characters 
within strings.  This fixes that. 
 
No test is provided, but I'll be willing to write a test module to 
test this and the other basic behavior of the shlex module. 

----------------------------------------------------------------------

>Comment By: Gustavo Niemeyer (niemeyer)
Date: 2003-06-22 23:06

Message:
Logged In: YES 
user_id=7887

Jeremy, shlex.py has been extended to support posix-mode
parsing in 2.3. This should include support for escapings
and other goodies, similar to shells.

Thanks for the patch!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=720329&group_id=5470