Re: PythonWin Print Problem.. Build 210

2008-04-13 Thread Hutch
"Roger Upole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Hutch" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> PythonWin has been a very good ide from early version thru 2.4. >> >> All work o

PythonWin Print Problem.. Build 210

2008-04-12 Thread Hutch
PythonWin has been a very good ide from early version thru 2.4. All work ok on THREE of my computers with THREE different HP printers. Now comes 2.5. Every thing seems to work the same except when I want to print out a copy of the source code of my project (about 38 pages) Version 2.5 acts like

Re: Python 3.0 new integer division

2008-04-08 Thread Hutch
"Matimus" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Apr 8, 9:13 am, "Hutch" <[EMAIL PROTECTED]> wrote: >> We now have a float result when two integers are divided in the same >> mannor >> as 2.4 or 2.5. >> I can h

Python 3.0 new integer division

2008-04-08 Thread Hutch
We now have a float result when two integers are divided in the same mannor as 2.4 or 2.5. I can handle that and use the Floor division but a simple question. Why in the world would you round down the last presented digit to a 6 instead of just leaving it along as an 8. For some reason rounding