Staging
v0.5.1
https://github.com/python/cpython
Revision a0de26c3427b63efcd0a678c5d686b4df9f105e4 authored by Mark Dickinson on 30 April 2008, 23:30:57 UTC, committed by Mark Dickinson on 30 April 2008, 23:30:57 UTC
particular, the error message now allows one to distinguish between a
ValueError arising from a singularity (e.g. log(0.)), which would
usually produce +-infinity in non-stop mode, and a ValueError resulting
from an invalid input (e.g. sqrt(-1.)), which would normally produce a
NaN in non-stop mode.
1 parent 3cbf15f
History
Tip revision: a0de26c3427b63efcd0a678c5d686b4df9f105e4 authored by Mark Dickinson on 30 April 2008, 23:30:57 UTC
Make floating-point exception error messages slightly more verbose: in
Tip revision: a0de26c
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 570 bytes
.hgtags -rw-r--r-- 2.7 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.6 KB
README -rw-r--r-- 7.3 KB
RELNOTES -rw-r--r-- 2.7 KB
configure -rwxr-xr-x 658.0 KB
configure.in -rw-r--r-- 100.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.3 KB

README

back to top