Bug#299847: shift operator doesn't extend to longs

2005-03-20 Thread Matthias Klose
retitle 299847 [fixed in 2.4] shift operator doesn't extend to longs tags 299847 + fixed-upstream thanks Did you see the warning? tai64nlocal.py:16: FutureWarning: xy losing bits or changing sign will return a long in Python 2.4 and up secs = 4 that's fixed in python2.4. Toni Mueller writes:

Bug#299847: shift operator doesn't extend to longs

2005-03-16 Thread Toni Mueller
Package: python2.3 Version: 2.3.5-1 Severity: normal *** Please type your report below this line *** Hello, I've tried to convert DJB's tai64nlocal program from C to Python. This looks easy since the code can more or less be used 1:1 in both languages, but requires proper handling of very