commit | 719a062bcb7b08a56e6576dcd75f4244e6053209 | [log] [tgz] |
---|---|---|
author | Abhilash Raj <maxking@users.noreply.github.com> | Wed Jul 17 09:48:52 2019 -0700 |
committer | Barry Warsaw <barry@python.org> | Wed Jul 17 09:48:52 2019 -0700 |
tree | f0a504456d20cbda6b1cc888e158e50652e7cde4 | |
parent | a4a994bd3e619cbaff97610a1cee8ffa87c672f5 [diff] |
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) This exception was caused because the input ended unexpectedly with only one single quote instead of a pair with some value inside it.