sys.maxint in Python 3

Paul Rubin http
Mon Apr 21 18:20:33 EDT 2008


bearophileHUGS at lycos.com writes:
> In some algorithms a sentinel value may be useful, so for Python 3.x

Better to just use object() to generate sentinels.



More information about the Python-list mailing list