Staging
v0.5.1
https://github.com/python/cpython
Revision f29286e610ca3860ed5f6866b4a6daf03aba77d3 authored by Barry Warsaw on 03 September 2003, 04:14:01 UTC, committed by Barry Warsaw on 03 September 2003, 04:14:01 UTC
quotes.  Fixes SF bug #794466, with the essential patch provided by
Stuart D. Gathman.  Specifically,

_parseparam(), _get_params_preserve(): Use the parsing function that
takes quotes into account, as given (essentially) in the bug report's
test program.

Backport candidate.
1 parent 3b7340c
Raw File
Tip revision: f29286e610ca3860ed5f6866b4a6daf03aba77d3 authored by Barry Warsaw on 03 September 2003, 04:14:01 UTC
A fix for parsing parameters when there are semicolons inside the
Tip revision: f29286e
GLWS.py
NOERROR = 0
NOCONTEXT = -1
NODISPLAY = -2
NOWINDOW = -3
NOGRAPHICS = -4
NOTTOP = -5
NOVISUAL = -6
BUFSIZE = -7
BADWINDOW = -8
ALREADYBOUND = -100
BINDFAILED = -101
SETFAILED = -102
back to top