• Raymond Hettinger's avatar
    Cleanup and improve the regex tokenizer example. (GH-10426) · b83942c7
    Raymond Hettinger yazdı
    
    
    1) Convert weird field name "typ" to the more standard "type".
    2) For the NUMBER type, convert the value to an int() or float().
    3) Simplify ``group(kind)`` to the shorter and faster ``group()`` call.
    4) Simplify logic go a single if-elif chain to make this easier to extend.
    5) Reorder the tests to match the order the tokens are specified.
       This isn't necessary for correctness but does make the example
       easier to follow.
    6) Move the "column" calculation before the if-elif chain so that
       users have the option of using this value in error messages.
    b83942c7
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distributing Loading commit data...
distutils Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
installing Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
Makefile Loading commit data...
README.rst Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...