commit | 39d345127e7cdf09024420596136b0b785239199 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon May 21 20:17:17 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon May 21 20:17:17 2001 +0000 |
tree | cd3b5d46979d2f8b662486edad69d2b3d40f0cea | |
parent | 2b63969a5adbc43a3843102f95b45424da229745 [diff] |
parse_declaration(): be more lenient in what we accept. We now basically accept <!...> where the dots can be single- or double-quoted strings or any other character except >. Background: I found a real-life example that failed to parse with the old assumption: http://www.opensource.org/licenses/jabberpl.html contains a few constructs of the form <![if !supportLists]>...<![endif]>.