[Python-Dev] Python and the Unicode Character Database (original) (raw)
Terry Reedy tjreedy at udel.edu
Mon Nov 29 00:03:30 CET 2010
- Previous message: [Python-Dev] Python and the Unicode Character Database
- Next message: [Python-Dev] Python and the Unicode Character Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/28/2010 5:51 PM, Alexander Belopolsky wrote:
The Language Spec (whatever it is) should not, but hopefully the Library Reference should. If you follow http://docs.python.org/dev/py3k/library/functions.html#float link and the references therein, you'll end up with
digit ::= "0"..."9" http://docs.python.org/dev/py3k/reference/lexicalanalysis.html#grammar-token-digit
So fix the doc for builtin float() and perhaps int().
-- Terry Jan Reedy
- Previous message: [Python-Dev] Python and the Unicode Character Database
- Next message: [Python-Dev] Python and the Unicode Character Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]