Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.1:kernel-2.6.32
xen
20379-sxp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 20379-sxp.patch of Package xen
# HG changeset patch # User Keir Fraser <keir.fraser@citrix.com> # Date 1256727595 0 # Node ID 47136dbb972da01b52bc9f8fde123a3cad80c3bd # Parent 5e110d89b647f2eb91b6da240c5f0ae0a32065ad xend: disallow ! as a sxp separator Signed-off-by: Jim Fehlig <jfehlig@novell.com> diff -r 5e110d89b647 -r 47136dbb972d tools/python/xen/xend/sxp.py --- a/tools/python/xen/xend/sxp.py Wed Oct 28 10:59:14 2009 +0000 +++ b/tools/python/xen/xend/sxp.py Wed Oct 28 10:59:55 2009 +0000 @@ -142,7 +142,7 @@ return self.in_class(c, ' \t\n\v\f\r') def is_separator(self, c): - return self.in_class(c, '{}()<>[]!;') + return self.in_class(c, '{}()<>[];') def in_comment_class(self, c): return self.in_class(c, '#')
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor