mirror of
https://github.com/python/cpython.git
synced 2026-05-19 10:54:30 -04:00
e11c9b3dfd
characters. This avoids the common case of something like 'NUMBER(10)' not being parsed as 'NUMBER', like expected. Also corrected the docs about converter names being case-sensitive. They aren't any longer.