[Python-Dev] -Dwarn, long->double overflow (was RE: [Python-checkins] CVS: python/dist/src/Misc NEWS,1.219,1.220)

Finn Bock bckfnn@worldonline.dk
Sat, 01 Sep 2001 22:13:50 GMT


>> + + A new command line option, -D<arg>, is added ...

I don't know if it is worth considering, but jython already uses the -D
option to set registry properties on the command line.

    -Dprop=v : Set the property `prop' to value `v'

Jython would have to come up with a command line option different from
-D to control division behavior.

regards,
finn